X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=configure.in;h=aead0d2a881ba8f00fecb1c0765c60a6db79e385;hb=aa7b00877d5805626c58e52ec59c2c3b8c0ddf82;hp=8718a8de8ea670b9c7bf52d111e9eaa90cf07749;hpb=3e8a243bab529b12e538a4b2792097d917e38c8b;p=privoxy.git diff --git a/configure.in b/configure.in index 8718a8de..aead0d2a 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. dnl -dnl Written by and Copyright (C) 2001-2020 the +dnl Written by and Copyright (C) 2001-2021 the dnl Privoxy team. https://www.privoxy.org/ dnl dnl Based on the Internet Junkbuster originally written @@ -81,7 +81,7 @@ dnl release and no new release is near. VERSION_MAJOR=3 VERSION_MINOR=0 VERSION_POINT=32 -CODE_STATUS="UNRELEASED" +CODE_STATUS="stable" dnl Timestamp (date +%s) used by the mtree-spec target. dnl Should be updated before releases but forgetting it isn't critical. @@ -1105,6 +1105,7 @@ if test $have_pcre = "yes"; then else AC_MSG_WARN([You are using the static PCRE code which is out of date and scheduled for removal, for details see: https://sourceforge.net/p/ijbswa/mailman/ijbswa-developers/thread/20080511195555.2dc6cfdc@fabiankeil.de/]) + AC_MSG_WARN([The removal will likely occur before the 3.0.33 release.]) pcre_dyn=no # STATIC_PCRE is a name pcre needs to statically link on Windows. # Privoxy itself no longer uses it.