diff options
author | Sage Weil <sage@newdream.net> | 2010-12-15 13:01:57 -0800 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2010-12-20 15:58:09 -0800 |
commit | 180a4176035521940390f4ce24ee3eb7aa290632 (patch) | |
tree | 042017a4147d5630e35396894b9122d539309ff3 | |
parent | 69940e27173e9897006ea103528c49cfda11e767 (diff) | |
download | ceph-0.24.tar.gz |
v0.24v0.24
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index ee6fd6d74a3..20991bd1f6a 100644 --- a/configure.ac +++ b/configure.ac @@ -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 |