>From baf1cb17c46c0a541c210957e71e7a6a85c72090 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Fri, 3 Aug 2012 19:01:32 +0200 Subject: [PATCH] Fix the version number The version number was set incorrectly to the value that should have been set when we release the 1.9.0 final version. --- version.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.m4 b/version.m4 index 28c56821cc88262b5a40446c0653d81a0f2064f9..54162dce31ee9c190f280bdd4e9aaa6bee37a319 100644 --- a/version.m4 +++ b/version.m4 @@ -1,5 +1,5 @@ # Primary version number -m4_define([VERSION_NUMBER], [1.9.0]) +m4_define([VERSION_NUMBER], [1.8.97]) # If the PRERELEASE_VERSION_NUMBER is set, we'll append # it to the release tag when creating an RPM or SRPM -- 1.7.10.4