From: jongfoster Date: Fri, 26 Apr 2002 18:26:09 +0000 (+0000) Subject: Bumping version numbers X-Git-Tag: v_3_0_branchpoint~196 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=1fc0e0c85c756a907313653a577ad9c76a6aa6e7 Bumping version numbers --- diff --git a/vc_config_pthreads.h b/vc_config_pthreads.h index b70c9284..463a4cff 100644 --- a/vc_config_pthreads.h +++ b/vc_config_pthreads.h @@ -2,7 +2,7 @@ #define CONFIG_H_INCLUDED /********************************************************************* * - * File : $Source: /cvsroot/ijbswa/current/config.h.win,v $ + * File : $Source: /cvsroot/ijbswa/current/vc_config_pthreads.h,v $ * * Purpose : This file should be the first thing included in every * .c file. (Before even system headers). It contains @@ -36,7 +36,10 @@ * Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * Revisions : - * $Log: config.h.win,v $ + * $Log: vc_config_pthreads.h,v $ + * Revision 1.1 2002/04/06 20:38:01 jongfoster + * Renaming VC++ versions of config.h + * * Revision 1.20 2002/04/03 22:28:03 gliptak * Removed references to gnu_regex * @@ -199,12 +202,12 @@ /* * Version number - Point (_._.X) */ -#define VERSION_POINT 13 +#define VERSION_POINT 14 /* * Version number, as a string */ -#define VERSION "2.9.13" +#define VERSION "2.9.14" /* * Status of the code: alpha, beta or stable diff --git a/vc_config_winthreads.h b/vc_config_winthreads.h index 6be09c36..5e971317 100644 --- a/vc_config_winthreads.h +++ b/vc_config_winthreads.h @@ -2,7 +2,7 @@ #define CONFIG_H_INCLUDED /********************************************************************* * - * File : $Source: /cvsroot/ijbswa/current/config.h.win32threads.win,v $ + * File : $Source: /cvsroot/ijbswa/current/vc_config_winthreads.h,v $ * * Purpose : This file should be the first thing included in every * .c file. (Before even system headers). It contains @@ -36,7 +36,10 @@ * Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * Revisions : - * $Log: config.h.win32threads.win,v $ + * $Log: vc_config_winthreads.h,v $ + * Revision 1.1 2002/04/06 20:38:01 jongfoster + * Renaming VC++ versions of config.h + * * Revision 1.14 2002/03/26 22:29:54 swa * we have a new homepage! * @@ -196,12 +199,12 @@ /* * Version number - Point (_._.X) */ -#define VERSION_POINT 13 +#define VERSION_POINT 14 /* * Version number, as a string */ -#define VERSION "2.9.13" +#define VERSION "2.9.14" /* * Status of the code: alpha, beta or stable