Setting version to 3.0.7 UNRELEASED for lack of a better setting.
authorhal9 <hal9@users.sourceforge.net>
Tue, 21 Nov 2006 18:32:46 +0000 (18:32 +0000)
committerhal9 <hal9@users.sourceforge.net>
Tue, 21 Nov 2006 18:32:46 +0000 (18:32 +0000)
configure.in

index 9cbd554..5ae70c5 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl 
-dnl $Id: configure.in,v 1.95 2006/11/14 02:08:59 hal9 Exp $
+dnl $Id: configure.in,v 1.96 2006/11/18 14:42:51 fabiankeil Exp $
 dnl 
 dnl Written by and Copyright (C) 2001 - 2004 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.96  2006/11/18 14:42:51  fabiankeil
+dnl Mark as stable.
+dnl
 dnl Revision 1.95  2006/11/14 02:08:59  hal9
 dnl Setting version string to 3.0.6 UNRELEASED. This needs to be reset to 3.0.6
 dnl stable just before CVS is tagged for release.
@@ -461,7 +464,7 @@ dnl =================================================================
 dnl AutoConf Initialization
 dnl =================================================================
 
-AC_REVISION($Revision: 1.95 $)
+AC_REVISION($Revision: 1.96 $)
 AC_INIT(jcc.c)
 
 if test ! -f config.h.in; then
@@ -507,8 +510,8 @@ dnl =================================================================
 
 VERSION_MAJOR=3
 VERSION_MINOR=0
-VERSION_POINT=6
-CODE_STATUS="stable"
+VERSION_POINT=7
+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"