From: hal9 Date: Tue, 21 Nov 2006 18:32:46 +0000 (+0000) Subject: Setting version to 3.0.7 UNRELEASED for lack of a better setting. X-Git-Tag: v_3_0_7~488 X-Git-Url: http://www.privoxy.org/gitweb/-%22http:/sourceforge.net/%40default-cgi%40show-url-info?a=commitdiff_plain;h=64c38a2f5a11174d0eeab2431c6b16cc6d10708c;p=privoxy.git Setting version to 3.0.7 UNRELEASED for lack of a better setting. --- diff --git a/configure.in b/configure.in index 9cbd5544..5ae70c51 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.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"