Mark as stable.
authorFabian Keil <fk@fabiankeil.de>
Sat, 18 Nov 2006 14:42:51 +0000 (14:42 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sat, 18 Nov 2006 14:42:51 +0000 (14:42 +0000)
configure.in

index 190d752..9cbd554 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 dnl 
-dnl $Id: configure.in,v 1.94 2006/11/13 19:05:50 fabiankeil Exp $
+dnl $Id: configure.in,v 1.95 2006/11/14 02:08:59 hal9 Exp $
 dnl 
 dnl Written by and Copyright (C) 2001 - 2004 the SourceForge
 dnl Privoxy team. http://www.privoxy.org/
@@ -28,6 +28,10 @@ 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.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.
+dnl
 dnl Revision 1.94  2006/11/13 19:05:50  fabiankeil
 dnl Make pthread mutex locking more generic. Instead of
 dnl checking for OSX and OpenBSD, check for FEATURE_PTHREAD
@@ -457,7 +461,7 @@ dnl =================================================================
 dnl AutoConf Initialization
 dnl =================================================================
 
-AC_REVISION($Revision: 1.94 $)
+AC_REVISION($Revision: 1.95 $)
 AC_INIT(jcc.c)
 
 if test ! -f config.h.in; then
@@ -504,7 +508,7 @@ dnl =================================================================
 VERSION_MAJOR=3
 VERSION_MINOR=0
 VERSION_POINT=6
-CODE_STATUS="UNRELEASED"
+CODE_STATUS="stable"
 
 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"