From 56678060e6a480c2c71c735e089f91c538747288 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sat, 18 Nov 2006 14:42:51 +0000 Subject: [PATCH] Mark as stable. --- configure.in | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/configure.in b/configure.in index 190d752a..9cbd5544 100644 --- a/configure.in +++ b/configure.in @@ -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" -- 2.39.2