Version number bump
[privoxy.git] / config.h.win
index 79294eb..e52458b 100755 (executable)
@@ -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.
  *
 /*
  * 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).