[Privoxy-commits] [privoxy] 04/10: configure: Bump version to 4.0.0 stable

User Git git at git.privoxy.org
Sun Jan 5 08:45:32 CET 2025


This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository privoxy.

commit 6976e8ed6e84fa79b1849019f96679fc24097ad0
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Sat Jan 4 06:28:08 2025 +0100

    configure: Bump version to 4.0.0 stable
---
 configure.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.in b/configure.in
index 7d66ea31..e99494bd 100644
--- a/configure.in
+++ b/configure.in
@@ -78,10 +78,10 @@ dnl and will be used for CGI output. Increment version number and
 dnl set status to "UNRELEASED" whenever git differs from the last
 dnl release and no new release is near.
 
-VERSION_MAJOR=3
+VERSION_MAJOR=4
 VERSION_MINOR=0
-VERSION_POINT=35
-CODE_STATUS="UNRELEASED"
+VERSION_POINT=0
+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.

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list