From 68a962920bb277475047cebf3f02f77136e83156 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Fri, 3 Aug 2012 19:01:32 +0200 Subject: 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(-) (limited to 'version.m4') diff --git a/version.m4 b/version.m4 index 28c56821c..54162dce3 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 -- cgit