X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=vc_config_pthreads.h;h=44d73249457ea71ed8749b93062b26b5317d82ab;hp=463a4cffb6e8dfc001386d2bf36c06fb83e5bff6;hb=735b418b180f02974e7bab27d45078d44abf7866;hpb=1fc0e0c85c756a907313653a577ad9c76a6aa6e7 diff --git a/vc_config_pthreads.h b/vc_config_pthreads.h index 463a4cff..44d73249 100644 --- a/vc_config_pthreads.h +++ b/vc_config_pthreads.h @@ -37,6 +37,16 @@ * * Revisions : * $Log: vc_config_pthreads.h,v $ + * Revision 1.5 2006/07/18 14:48:47 david__schmidt + * Reorganizing the repository: swapping out what was HEAD (the old 3.1 branch) + * with what was really the latest development (the v_3_0_branch branch) + * + * Revision 1.3 2002/05/03 22:54:24 jongfoster + * Version number bump to 2.9.15 + * + * Revision 1.2 2002/04/26 18:26:09 jongfoster + * Bumping version numbers + * * Revision 1.1 2002/04/06 20:38:01 jongfoster * Renaming VC++ versions of config.h * @@ -202,12 +212,12 @@ /* * Version number - Point (_._.X) */ -#define VERSION_POINT 14 +#define VERSION_POINT 15 /* * Version number, as a string */ -#define VERSION "2.9.14" +#define VERSION "2.9.15" /* * Status of the code: alpha, beta or stable @@ -303,11 +313,6 @@ */ #define FEATURE_IMAGE_DETECT_MSIE 1 -/* - * Kills JavaScript popups - window.open, onunload, etc. - */ -#define FEATURE_KILL_POPUPS 1 - /* * Use POSIX threads instead of native threads. */