]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
configure.ac: Remove -rc suffix from the configure version number.
authorGary Lowell <gary.lowell@inktank.com>
Wed, 24 Jul 2013 05:43:59 +0000 (22:43 -0700)
committerGary Lowell <gary.lowell@inktank.com>
Wed, 24 Jul 2013 05:43:59 +0000 (22:43 -0700)
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 <gary.lowell@inktank.com>
configure.ac

index 09fd81d722dca28942f67c6480e95786e6a1872b..db0a03134e677c849eeb7436533219036a39f16b 100644 (file)
@@ -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