From 2e1da23f9dde39ff894f6f69dd8c1662ccc1f9b0 Mon Sep 17 00:00:00 2001 From: "Fabio M. Di Nitto" Date: Sat, 27 Jun 2009 04:00:15 +0000 Subject: [PATCH] Fix rpm version generation and adapt release manager Makefile. git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2307 fd59a12c-fef9-0310-b244-a6a79926bd2f --- Makefile.am | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 6a6be8ee..7cfb5116 100644 --- a/Makefile.am +++ b/Makefile.am @@ -78,7 +78,7 @@ clean-generic: $(SPEC): $(SPEC).in rm -f $@-t $@ LC_ALL=C date="$(shell date "+%a %b %d %Y")" && \ - alphatag="$(shell svnversion)" && \ + alphatag="$(shell svnversion | sed -e "s#.*:##g" -e "s#[MS]##g")" && \ sed \ -e "s#@alphatag@#r$$alphatag#g" \ -e "s#@version@#$(VERSION)#g" \ diff --git a/configure.ac b/configure.ac index 1ed4a514..0cb6510e 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # bootstrap / init AC_PREREQ([2.61]) -AC_INIT([corosync], [trunk], [openais@lists.osdl.org]) +AC_INIT([corosync], [0.98], [openais@lists.osdl.org]) AM_INIT_AUTOMAKE([-Wno-portability]) AC_CONFIG_SRCDIR([lib/coroipcc.c])