From 27f883ff3a75dc7b52d0b0bd692f9eeb8ee53338 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 19 Oct 2023 12:09:32 -0400 Subject: [PATCH] Version 0.9.2 Signed-off-by: Simo Sorce --- version.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.m4 b/version.m4 index 9c992f9..2f18089 100644 --- a/version.m4 +++ b/version.m4 @@ -1,5 +1,5 @@ # Primary version number -m4_define([VERSION_NUMBER], [0.9.1]) +m4_define([VERSION_NUMBER], [0.9.2]) # If the PRERELEASE_VERSION_NUMBER is set, we'll append # it to the release tag when creating an RPM or SRPM