From: Gary Lowell Date: Wed, 24 Jul 2013 05:43:59 +0000 (-0700) Subject: configure.ac: Remove -rc suffix from the configure version number. X-Git-Tag: v0.67-rc2~9 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1cdb3ecffc679f29e9d77dc0d5ff33bdb1192b49;p=ceph.git configure.ac: Remove -rc suffix from the configure version number. Remove the rc suffix since RPM complains about. For rc release builds the "rc" in the git describe string is suffcient for everyhting but RPM. For rc release builds (i.e. not gitbuilder) add a flag to the spec file. Signed-off-by: Gary Lowell --- diff --git a/configure.ac b/configure.ac index 09fd81d722dc..db0a03134e67 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ AC_PREREQ(2.59) # VERSION define is not used by the code. It gets a version string # from 'git describe'; see src/ceph_ver.[ch] -AC_INIT([ceph], [0.67-rc1], [ceph-devel@vger.kernel.org]) +AC_INIT([ceph], [0.67], [ceph-devel@vger.kernel.org]) # Create release string. Used with VERSION for RPMs. RPM_RELEASE=0