From 012a32d62358973c7be1dfaf2b86584254cbacc6 Mon Sep 17 00:00:00 2001 From: Brian Barrett Date: Thu, 26 May 2022 10:41:32 -0700 Subject: [PATCH] Switch from 4.1.4 to 4.1.5 Signed-off-by: Brian Barrett --- NEWS | 4 ++++ VERSION | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index b46c4dcfd8d..42453482f48 100644 --- a/NEWS +++ b/NEWS @@ -58,6 +58,10 @@ included in the vX.Y.Z section and be denoted as: (** also appeared: A.B.C) -- indicating that this item was previously included in release version vA.B.C. +4.1.5 -- November, 2022 +----------------------- + + 4.1.4 -- May, 2022 ------------------ diff --git a/VERSION b/VERSION index a2ac9d39603..09349920900 100644 --- a/VERSION +++ b/VERSION @@ -61,7 +61,7 @@ major=4 minor=1 -release=4 +release=5 # greek is generally used for alpha or beta release tags. If it is # non-empty, it will be appended to the version number. It does not @@ -70,7 +70,7 @@ release=4 # requirement is that it must be entirely printable ASCII characters # and have no white space. -greek=rc2 +greek=a1 # If repo_rev is empty, then the repository version number will be # obtained during "make dist" via the "git describe --tags --always"