From: jongfoster <jongfoster@users.sourceforge.net>
Date: Sun, 24 Mar 2002 17:08:12 +0000 (+0000)
Subject: Version number bump
X-Git-Tag: v_2_9_13
X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/@url@?a=commitdiff_plain;h=2ff4304e39af5219cdf2da0cb4a938a9b9ef3d24;p=privoxy.git

Version number bump
---

diff --git a/config.h.win b/config.h.win
index 79294ebc..e52458bb 100755
--- a/config.h.win
+++ b/config.h.win
@@ -37,6 +37,9 @@
  *
  * Revisions   :
  *    $Log: config.h.win,v $
+ *    Revision 1.17  2002/03/24 13:33:26  swa
+ *    name change related issues
+ *
  *    Revision 1.16  2002/03/16 14:27:22  jongfoster
  *    Ignoring a very common warning.
  *
@@ -187,17 +190,17 @@
 /*
  * Version number - Point (_._.X)
  */
-#define VERSION_POINT 10
+#define VERSION_POINT 13
 
 /*
  * Version number, as a string
  */
-#define VERSION "2.9.10"
+#define VERSION "2.9.13"
 
 /*
  * Status of the code: alpha, beta or stable
  */
-#define CODE_STATUS "alpha"
+#define CODE_STATUS "beta"
 
 /*
  * Regular expression matching for URLs.  (Highly recommended).
diff --git a/config.h.win32threads.win b/config.h.win32threads.win
index ca26b8c5..6b4cf9e1 100644
--- a/config.h.win32threads.win
+++ b/config.h.win32threads.win
@@ -37,6 +37,9 @@
  *
  * Revisions   :
  *    $Log: config.h.win32threads.win,v $
+ *    Revision 1.12  2002/03/24 13:25:43  swa
+ *    name change related issues
+ *
  *    Revision 1.11  2002/03/16 14:27:22  jongfoster
  *    Ignoring a very common warning.
  *
@@ -187,17 +190,17 @@
 /*
  * Version number - Point (_._.X)
  */
-#define VERSION_POINT 10
+#define VERSION_POINT 13
 
 /*
  * Version number, as a string
  */
-#define VERSION "2.9.10"
+#define VERSION "2.9.13"
 
 /*
  * Status of the code: alpha, beta or stable
  */
-#define CODE_STATUS "alpha"
+#define CODE_STATUS "beta"
 
 /*
  * Regular expression matching for URLs.  (Highly recommended).