From 004d0cf61c498b0309f4b3b58818114fe3330a20 Mon Sep 17 00:00:00 2001 From: jongfoster <jongfoster@users.sourceforge.net> Date: Fri, 30 Nov 2001 21:35:54 +0000 Subject: [PATCH] Bumping version number to 2.9.10 --- config.h.in | 3 +++ config.h.win | 7 +++++-- config.h.win32threads.win | 7 +++++-- configure | 4 ++-- configure.in | 9 ++++++--- 5 files changed, 21 insertions(+), 9 deletions(-) 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 <<EOF diff --git a/configure.in b/configure.in index 7f4ee81b..fe6a16f8 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.19 2001/10/07 15:33:14 oes Exp $ +dnl $Id: configure.in,v 1.20 2001/10/23 21:24:09 jongfoster Exp $ dnl dnl Written by and Copyright (C) 2001 the SourceForge dnl IJBSWA team. http://ijbswa.sourceforge.net @@ -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.20 2001/10/23 21:24:09 jongfoster +dnl Support for FEATURE_CGI_EDIT_ACTIONS +dnl dnl Revision 1.19 2001/10/07 15:33:14 oes dnl Removed FEATURE_DENY_GZIP dnl Bumped up version number @@ -190,7 +193,7 @@ dnl ================================================================= dnl AutoConf Initialization dnl ================================================================= -AC_REVISION($Revision: 1.19 $) +AC_REVISION($Revision: 1.20 $) AC_INIT(jcc.c) AC_CONFIG_HEADER(config.h) AC_CANONICAL_HOST @@ -202,7 +205,7 @@ dnl ================================================================= VERSION_MAJOR=2 VERSION_MINOR=9 -VERSION_POINT=9 +VERSION_POINT=10 CODE_STATUS="\"alpha\"" dnl CODE_STATUS can be "alpha", "beta", or "stable", and will be -- 2.49.0