From 6976e8ed6e84fa79b1849019f96679fc24097ad0 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sat, 4 Jan 2025 06:28:08 +0100 Subject: [PATCH] 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. -- 2.49.0