X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=configure.in;h=f732867fe35a6e2f28ecd8005a95337b6adff1ef;hp=1e21984f0a7176eba8553f2a64f9886a273cc3c4;hb=44e8cc1562d7079364b2b91ed1a962d68c72c7ca;hpb=174f15475dd9d5abd35e54f186262347148491f3 diff --git a/configure.in b/configure.in index 1e21984f..f732867f 100644 --- a/configure.in +++ b/configure.in @@ -76,8 +76,8 @@ dnl ================================================================= VERSION_MAJOR=3 VERSION_MINOR=0 -VERSION_POINT=29 -CODE_STATUS="stable" +VERSION_POINT=30 +CODE_STATUS="UNRELEASED" dnl Timestamp (date +%s) used by the mtree-spec target. dnl Should be updated before releases but forgetting it isn't critical. @@ -85,7 +85,7 @@ SOURCE_DATE_EPOCH=1605695571 dnl CODE_STATUS can be "alpha", "beta", "stable" or "UNRELEASED", dnl and will be used for CGI output. Increment version number and -dnl set status to "UNRELEASED" whenever CVS differs from the last +dnl set status to "UNRELEASED" whenever git differs from the last dnl release and no new release is near. dnl =================================================================