]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
v0.24~rc
authorSage Weil <sage@newdream.net>
Sun, 7 Nov 2010 17:44:04 +0000 (09:44 -0800)
committerSage Weil <sage@newdream.net>
Sun, 7 Nov 2010 17:44:04 +0000 (09:44 -0800)
configure.ac

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