From aef16683ff3d280c53049551a99dd44f22f989e2 Mon Sep 17 00:00:00 2001 From: Viktor Ashirov Date: Fri, 26 Jul 2024 13:54:33 +0200 Subject: [PATCH] Bump version to 3.1.1 --- VERSION.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION.sh b/VERSION.sh index a85782a84..6f5924e34 100644 --- a/VERSION.sh +++ b/VERSION.sh @@ -10,7 +10,7 @@ vendor="389 Project" # PACKAGE_VERSION is constructed from these VERSION_MAJOR=3 VERSION_MINOR=1 -VERSION_MAINT=0 +VERSION_MAINT=1 # NOTE: VERSION_PREREL is automatically set for builds made out of a git tree VERSION_PREREL= VERSION_DATE=$(date -u +%Y%m%d%H%M)