From 6a2de710b1db0dee4f1c5a7fe50d0e9c7b8e94f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pavel=20B=C5=99ezina?= Date: Fri, 7 Oct 2022 12:58:06 +0200 Subject: [PATCH] Update version in version.m4 to track the next release --- version.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.m4 b/version.m4 index bc8a1a74ffd..1a557b45c63 100644 --- a/version.m4 +++ b/version.m4 @@ -1,5 +1,5 @@ # Primary version number -m4_define([VERSION_NUMBER], [2.8.0]) +m4_define([VERSION_NUMBER], [2.9.0]) # If the PRERELEASE_VERSION_NUMBER is set, we'll append # it to the release tag when creating an RPM or SRPM