Updates to OS/2 build:
[privoxy.git] / config.h.win32threads.win
index 7b40885..6b4cf9e 100644 (file)
@@ -11,7 +11,7 @@
  *                getting ludicrously long with feature defines.
  *
  * Copyright   :  Written by and Copyright (C) 2001 the SourceForge
- *                IJBSWA team.  http://ijbswa.sourceforge.net
+ *                Privoxy team.  http://ijbswa.sourceforge.net
  *
  *                Based on the Internet Junkbuster originally written
  *                by and Copyright (C) 1997 Anonymous Coders and 
  *
  * 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.
+ *
  *    Revision 1.10  2002/03/13 00:28:32  jongfoster
  *    Hiding all the warnings generated by #include<windows.h>
  *
 /*
  * 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).