From 68a962920bb277475047cebf3f02f77136e83156 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Aug 03 2012 18:02:26 +0000 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. --- diff --git a/version.m4 b/version.m4 index 28c5682..54162dc 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