]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
v0.24 v0.24
authorSage Weil <sage@newdream.net>
Wed, 15 Dec 2010 21:01:57 +0000 (13:01 -0800)
committerSage Weil <sage@newdream.net>
Mon, 20 Dec 2010 23:58:09 +0000 (15:58 -0800)
configure.ac

index ee6fd6d74a3aa6733febfc2d8084b69cac601a04..20991bd1f6aaf1dcc56eb79fc1623fc0719b8db8 100644 (file)
@@ -3,7 +3,7 @@
 
 # Autoconf
 AC_PREREQ(2.59)
-AC_INIT([Ceph distributed file system], [0.24~rc], 
+AC_INIT([Ceph distributed file system], [0.24], 
              [Sage Weil <sage@newdream.net>],
              [ceph])
 
@@ -12,7 +12,7 @@ AC_CANONICAL_HOST
 AC_CANONICAL_TARGET
 
 # Automake
-AM_INIT_AUTOMAKE(ceph, 0.24~rc)
+AM_INIT_AUTOMAKE(ceph, 0.24)
 AM_PROG_CC_C_O
 AM_PROG_LIBTOOL