Marked as 0.0.0 UNRELEASED
authoroes <oes@users.sourceforge.net>
Wed, 26 Mar 2003 16:05:14 +0000 (16:05 +0000)
committeroes <oes@users.sourceforge.net>
Wed, 26 Mar 2003 16:05:14 +0000 (16:05 +0000)
configure.in

index c1f6008..dd9c637 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl 
-dnl $Id: configure.in,v 1.68.2.14 2003/03/25 13:27:12 hal9 Exp $
+dnl $Id: configure.in,v 1.68.2.15 2003/03/26 00:25:00 oes Exp $
 dnl 
 dnl Written by and Copyright (C) 2001, 2002 the SourceForge
 dnl Privoxy team. http://www.privoxy.org/
@@ -28,6 +28,9 @@ dnl or write to the Free Software Foundation, Inc., 59
 dnl Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 dnl 
 dnl $Log: configure.in,v $
+dnl Revision 1.68.2.15  2003/03/26 00:25:00  oes
+dnl Bump version for 3.0.2
+dnl
 dnl Revision 1.68.2.14  2003/03/25 13:27:12  hal9
 dnl Manually apply Docbook/FreeBSD patch #708081 from a.go at tiscali.nl.
 dnl
@@ -415,7 +418,7 @@ dnl =================================================================
 dnl AutoConf Initialization
 dnl =================================================================
 
-AC_REVISION($Revision: 1.68.2.14 $)
+AC_REVISION($Revision: 1.68.2.15 $)
 AC_INIT(jcc.c)
 
 if test ! -f config.h.in; then
@@ -459,10 +462,10 @@ dnl =================================================================
 dnl Application version number
 dnl =================================================================
 
-VERSION_MAJOR=3
+VERSION_MAJOR=0
 VERSION_MINOR=0
-VERSION_POINT=2
-CODE_STATUS="stable"
+VERSION_POINT=0
+CODE_STATUS="UNRELEASED"
 
 dnl CODE_STATUS can be "alpha", "beta", or "stable", and will be
 dnl used for CGI output. Set version to 0.0.0 and status to "UNRELEASED"