From 3a24e4579c4187f6aadff1243610890c9e6d690e Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 27 Feb 2024 08:24:41 -0500 Subject: [PATCH] Release version 1.3.1 Signed-off-by: Simo Sorce --- version.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.m4 b/version.m4 index 1b430c4..3a62c91 100644 --- a/version.m4 +++ b/version.m4 @@ -1,5 +1,5 @@ # Primary version number -m4_define([VERSION_NUMBER], [1.3.0]) +m4_define([VERSION_NUMBER], [1.3.1]) # If the PRERELEASE_VERSION_NUMBER is set, we'll append # it to the release tag when creating an RPM or SRPM