mirror of
https://git.centos.org/rpms/389-ds-base.git
synced 2025-02-24 08:42:57 +00:00
28 lines
770 B
Diff
28 lines
770 B
Diff
From 47d4802c82a651e779079c69e7f04ddd75190f23 Mon Sep 17 00:00:00 2001
|
|
From: Mark Reynolds <mreynolds@redhat.com>
|
|
Date: Fri, 19 May 2023 13:48:48 -0400
|
|
Subject: [PATCH] Bump version to 1.3.11.1-1
|
|
|
|
---
|
|
VERSION.sh | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/VERSION.sh b/VERSION.sh
|
|
index 6f1b96c28..0f2ea6dee 100644
|
|
--- a/VERSION.sh
|
|
+++ b/VERSION.sh
|
|
@@ -10,9 +10,9 @@ vendor="389 Project"
|
|
# PACKAGE_VERSION is constructed from these
|
|
VERSION_MAJOR=1
|
|
VERSION_MINOR=3
|
|
-VERSION_MAINT=10.2
|
|
+VERSION_MAINT=11.1
|
|
# NOTE: VERSION_PREREL is automatically set for builds made out of a git tree
|
|
-VERSION_PREREL=
|
|
+VERSION_PREREL=2
|
|
VERSION_DATE=$(date -u +%Y%m%d)
|
|
|
|
# Set the version and release numbers for local developer RPM builds. We
|
|
--
|
|
2.40.0
|
|
|