From: Gary Lowell Date: Wed, 24 Jul 2013 04:42:03 +0000 (-0700) Subject: configure.ac: Set version number to match git describe. X-Git-Tag: v0.68~129 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b7c40ec4c3123bed993c61156ef936a3544791b2;p=ceph.git configure.ac: Set version number to match git describe. Workaround for issue with rc1 suffix for rpms. Signed-off-by: Gary Lowell --- diff --git a/configure.ac b/configure.ac index 415da3117120..bb03ad5b76f9 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.66], [ceph-devel@vger.kernel.org]) # Create release string. Used with VERSION for RPMs. RPM_RELEASE=0