configure: Bump version to 4.0.0 stable
authorFabian Keil <fk@fabiankeil.de>
Sat, 4 Jan 2025 05:28:08 +0000 (06:28 +0100)
committerFabian Keil <fk@fabiankeil.de>
Sun, 5 Jan 2025 07:45:58 +0000 (08:45 +0100)
configure.in

index 7d66ea3..e99494b 100644 (file)
@@ -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.