From: Fabian Keil <fk@fabiankeil.de>
Date: Sun, 26 Jan 2025 12:54:22 +0000 (+0100)
Subject: configure: Bump version to 4.1.0 UNRELEASED
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/user-manual/coding.html?a=commitdiff_plain;h=c36e11b76bce84f2bcc0a9232a869b62e1afb36f;p=privoxy.git

configure: Bump version to 4.1.0 UNRELEASED
---

diff --git a/configure.in b/configure.in
index f816cb17..9aadfafb 100644
--- a/configure.in
+++ b/configure.in
@@ -79,9 +79,9 @@ dnl set status to "UNRELEASED" whenever git differs from the last
 dnl release and no new release is near.
 
 VERSION_MAJOR=4
-VERSION_MINOR=0
+VERSION_MINOR=1
 VERSION_POINT=0
-CODE_STATUS="stable"
+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.