From: Sage Weil Date: Fri, 18 Mar 2011 21:47:09 +0000 (-0700) Subject: configure: no ~ X-Git-Tag: v0.26~97 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=55bb9ef82135bdc93f200f3a0bc768114bbca598;p=ceph.git configure: no ~ This confuses fedora and isn't really necessary. Signed-off-by: Sage Weil --- diff --git a/configure.ac b/configure.ac index 3a85ccfa9d5d..cdefb04deadc 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,12 @@ # Autoconf AC_PREREQ(2.59) -AC_INIT([ceph], [0.26~rc], [ceph-devel@vger.kernel.org]) + +# NOTE: This version is _only_ used for naming the tarball. The +# 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.26rc], [ceph-devel@vger.kernel.org]) + AC_CONFIG_SUBDIRS([src/gtest]) # Environment