Web server name should begin www.
[privoxy.git] / config.h.win
index 79294eb..0141117 100755 (executable)
@@ -11,7 +11,7 @@
  *                getting ludicrously long with feature defines.
  *
  * Copyright   :  Written by and Copyright (C) 2001 the SourceForge
- *                Privoxy team.  http://ijbswa.sourceforge.net
+ *                Privoxy team. http://www.privoxy.org/
  *
  *                Based on the Internet Junkbuster originally written
  *                by and Copyright (C) 1997 Anonymous Coders and 
  *
  * Revisions   :
  *    $Log: config.h.win,v $
+ *    Revision 1.18  2002/03/24 17:08:12  jongfoster
+ *    Version number bump
+ *
+ *    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).