From: jongfoster Date: Sat, 21 Jul 2001 18:00:07 +0000 (+0000) Subject: Bumping version number to 2.9.7 X-Git-Tag: v_2_9_9~216 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=f8a77a7faf7514f9f315d820838ca75007257579 Bumping version number to 2.9.7 --- diff --git a/config.h.win b/config.h.win index da2bbc6c..ce37a0b2 100755 --- a/config.h.win +++ b/config.h.win @@ -39,6 +39,10 @@ * * Revisions : * $Log: config.h.win,v $ + * Revision 1.6 2001/07/15 20:08:40 jongfoster + * New build files for VC++ which provide the option of POSIX + * or Win32 threads. + * * Revision 1.5 2001/07/15 18:00:46 jongfoster * Renaming STATIC to STATIC_PCRE. * Replacing this file with one built by "configure" from @@ -160,12 +164,12 @@ /* * Version number - Point (_._.X) */ -#define VERSION_POINT 6 +#define VERSION_POINT 7 /* * Version number, as a string */ -#define VERSION "2.9.6" +#define VERSION "2.9.7" /* * Status of the code: alpha, beta or stable diff --git a/config.h.win32threads.win b/config.h.win32threads.win index 43c37bbd..40da61dc 100644 --- a/config.h.win32threads.win +++ b/config.h.win32threads.win @@ -4,7 +4,7 @@ #define _CONFIG_H /********************************************************************* * - * File : $Source: /cvsroot/ijbswa/current/config.h.win,v $ + * File : $Source: /cvsroot/ijbswa/current/config.h.win32threads.win,v $ * * Purpose : This file should be the first thing included in every * .c file. (Before even system headers). It contains @@ -38,7 +38,11 @@ * Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * Revisions : - * $Log: config.h.win,v $ + * $Log: config.h.win32threads.win,v $ + * Revision 1.1 2001/07/15 20:08:40 jongfoster + * New build files for VC++ which provide the option of POSIX + * or Win32 threads. + * * Revision 1.5 2001/07/15 18:00:46 jongfoster * Renaming STATIC to STATIC_PCRE. * Replacing this file with one built by "configure" from @@ -160,12 +164,12 @@ /* * Version number - Point (_._.X) */ -#define VERSION_POINT 6 +#define VERSION_POINT 7 /* * Version number, as a string */ -#define VERSION "2.9.6" +#define VERSION "2.9.7" /* * Status of the code: alpha, beta or stable diff --git a/configure b/configure index f300ac4f..db6d1f93 100755 --- a/configure +++ b/configure @@ -567,7 +567,7 @@ fi VERSION_MAJOR=2 VERSION_MINOR=9 -VERSION_POINT=6 +VERSION_POINT=7 diff --git a/configure.in b/configure.in index 67dee7d1..09c37eda 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.9 2001/07/15 19:45:13 jongfoster Exp $ +dnl $Id: configure.in,v 1.10 2001/07/18 17:25:04 oes 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.10 2001/07/18 17:25:04 oes +dnl Fixed a typo +dnl dnl Revision 1.9 2001/07/15 19:45:13 jongfoster dnl Added support for linking with POSIX threads library dnl @@ -148,7 +151,7 @@ AC_CONFIG_HEADER(config.h) VERSION_MAJOR=2 VERSION_MINOR=9 -VERSION_POINT=6 +VERSION_POINT=7 AC_SUBST(VERSION_MAJOR) AC_SUBST(VERSION_MINOR)