From: jongfoster Date: Fri, 30 Nov 2001 21:35:54 +0000 (+0000) Subject: Bumping version number to 2.9.10 X-Git-Tag: v_2_9_10~10 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=004d0cf61c498b0309f4b3b58818114fe3330a20 Bumping version number to 2.9.10 --- diff --git a/config.h.in b/config.h.in index 90ff838f..808bda7f 100644 --- a/config.h.in +++ b/config.h.in @@ -38,6 +38,9 @@ * * Revisions : * $Log: acconfig.h,v $ + * Revision 1.14 2001/10/23 21:24:09 jongfoster + * Support for FEATURE_CGI_EDIT_ACTIONS + * * Revision 1.13 2001/10/07 15:30:41 oes * Removed FEATURE_DENY_GZIP * diff --git a/config.h.win b/config.h.win index 04308d8f..1dc1c285 100755 --- a/config.h.win +++ b/config.h.win @@ -37,6 +37,9 @@ * * Revisions : * $Log: config.h.win,v $ + * Revision 1.13 2001/10/23 21:24:09 jongfoster + * Support for FEATURE_CGI_EDIT_ACTIONS + * * Revision 1.12 2001/10/07 15:33:14 oes * Removed FEATURE_DENY_GZIP * Bumped up version number @@ -175,12 +178,12 @@ /* * Version number - Point (_._.X) */ -#define VERSION_POINT 9 +#define VERSION_POINT 10 /* * Version number, as a string */ -#define VERSION "2.9.9" +#define VERSION "2.9.10" /* * Status of the code: alpha, beta or stable diff --git a/config.h.win32threads.win b/config.h.win32threads.win index f51ec9cd..e65e618c 100644 --- a/config.h.win32threads.win +++ b/config.h.win32threads.win @@ -37,6 +37,9 @@ * * Revisions : * $Log: config.h.win32threads.win,v $ + * Revision 1.8 2001/10/23 21:24:09 jongfoster + * Support for FEATURE_CGI_EDIT_ACTIONS + * * Revision 1.7 2001/10/07 15:33:14 oes * Removed FEATURE_DENY_GZIP * Bumped up version number @@ -175,12 +178,12 @@ /* * Version number - Point (_._.X) */ -#define VERSION_POINT 9 +#define VERSION_POINT 10 /* * Version number, as a string */ -#define VERSION "2.9.9" +#define VERSION "2.9.10" /* * Status of the code: alpha, beta or stable diff --git a/configure b/configure index 02c77b2c..dc82ea80 100755 --- a/configure +++ b/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.19 . +# From configure.in Revision: 1.20 . # Guess values for system-dependent variables and create Makefiles. # Generated by Autoconf 2.52. # @@ -1076,7 +1076,7 @@ host_os=`echo $ac_cv_host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` VERSION_MAJOR=2 VERSION_MINOR=9 -VERSION_POINT=9 +VERSION_POINT=10 CODE_STATUS="\"alpha\"" cat >>confdefs.h <