configure: Bump version to 4.1.0 UNRELEASED
authorFabian Keil <fk@fabiankeil.de>
Sun, 26 Jan 2025 12:54:22 +0000 (13:54 +0100)
committerFabian Keil <fk@fabiankeil.de>
Sat, 5 Apr 2025 12:17:07 +0000 (14:17 +0200)
configure.in

index f816cb1..9aadfaf 100644 (file)
@@ -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.