From: oes Date: Wed, 25 Jul 2001 19:16:27 +0000 (+0000) Subject: Bumping version number to 2.9.8 X-Git-Tag: v_2_9_9~208 X-Git-Url: http://www.privoxy.org/gitweb/%40user-manual%40%40actions-help-prefix%40SERVER-HEADER-FILTER?a=commitdiff_plain;h=0f9ebfc7dc90b64fbf5d2fc210e64c1ff00bf31b;p=privoxy.git Bumping version number to 2.9.8 --- diff --git a/config.h.win b/config.h.win index ce37a0b2..728f52b5 100755 --- a/config.h.win +++ b/config.h.win @@ -39,6 +39,9 @@ * * Revisions : * $Log: config.h.win,v $ + * Revision 1.7 2001/07/21 18:00:07 jongfoster + * Bumping version number to 2.9.7 + * * Revision 1.6 2001/07/15 20:08:40 jongfoster * New build files for VC++ which provide the option of POSIX * or Win32 threads. @@ -164,12 +167,12 @@ /* * Version number - Point (_._.X) */ -#define VERSION_POINT 7 +#define VERSION_POINT 8 /* * Version number, as a string */ -#define VERSION "2.9.7" +#define VERSION "2.9.8" /* * Status of the code: alpha, beta or stable diff --git a/config.h.win32threads.win b/config.h.win32threads.win index 40da61dc..bb89bd7f 100644 --- a/config.h.win32threads.win +++ b/config.h.win32threads.win @@ -39,6 +39,9 @@ * * Revisions : * $Log: config.h.win32threads.win,v $ + * Revision 1.2 2001/07/21 18:00:07 jongfoster + * Bumping version number to 2.9.7 + * * Revision 1.1 2001/07/15 20:08:40 jongfoster * New build files for VC++ which provide the option of POSIX * or Win32 threads. @@ -164,12 +167,12 @@ /* * Version number - Point (_._.X) */ -#define VERSION_POINT 7 +#define VERSION_POINT 8 /* * Version number, as a string */ -#define VERSION "2.9.7" +#define VERSION "2.9.8" /* * Status of the code: alpha, beta or stable diff --git a/configure b/configure index db6d1f93..628b48e1 100755 --- a/configure +++ b/configure @@ -567,7 +567,7 @@ fi VERSION_MAJOR=2 VERSION_MINOR=9 -VERSION_POINT=7 +VERSION_POINT=8 diff --git a/configure.in b/configure.in index 09c37eda..6b8ce0cc 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.10 2001/07/18 17:25:04 oes Exp $ +dnl $Id: configure.in,v 1.11 2001/07/21 18:00:07 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.11 2001/07/21 18:00:07 jongfoster +dnl Bumping version number to 2.9.7 +dnl dnl Revision 1.10 2001/07/18 17:25:04 oes dnl Fixed a typo dnl @@ -151,7 +154,7 @@ AC_CONFIG_HEADER(config.h) VERSION_MAJOR=2 VERSION_MINOR=9 -VERSION_POINT=7 +VERSION_POINT=8 AC_SUBST(VERSION_MAJOR) AC_SUBST(VERSION_MINOR)