From c36e11b76bce84f2bcc0a9232a869b62e1afb36f Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sun, 26 Jan 2025 13:54:22 +0100 Subject: [PATCH] configure: Bump version to 4.1.0 UNRELEASED --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.49.0