X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=config.h.win;h=014111787262a3c4b1bf3cbd70fadde14534c53b;hp=79294ebca4db421538a0a659a46a1927124e406e;hb=375061cb39433e194051236d59d496815cc8db9e;hpb=f6b41f298f0c71be118ab024c9e147e546d0bc1a diff --git a/config.h.win b/config.h.win index 79294ebc..01411178 100755 --- a/config.h.win +++ b/config.h.win @@ -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 @@ -37,6 +37,12 @@ * * 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. * @@ -187,17 +193,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).