From 1cdb3ecffc679f29e9d77dc0d5ff33bdb1192b49 Mon Sep 17 00:00:00 2001 From: Gary Lowell Date: Tue, 23 Jul 2013 22:43:59 -0700 Subject: [PATCH] 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 09fd81d722dca..db0a03134e677 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