[SSSD] [PATCH] Fix the version number

Jakub Hrozek jhrozek at redhat.com
Fri Aug 3 17:10:01 UTC 2012


When I was releasing the last beta, I wrongly assumed that the version
could be set to 1.9.0

That would however prevent us from being able to release another release
candidate. Luckily the n-v-r in the Fedora builds is fine, so this only
affects the nightly builds.

Attached is a patch that reverts the version number to 1.8.97. I'll also
fix the packages in our nightly repo.
-------------- next part --------------
>From baf1cb17c46c0a541c210957e71e7a6a85c72090 Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhrozek at redhat.com>
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



More information about the sssd-devel mailing list