diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index de6b43b8534..ecc87ccd499 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf AC_PREREQ(2.59) -AC_INIT([Ceph distributed file system], [0.24.1], +AC_INIT([Ceph distributed file system], [0.24.2], [Sage Weil <sage@newdream.net>], [ceph]) @@ -12,7 +12,7 @@ AC_CANONICAL_HOST AC_CANONICAL_TARGET # Automake -AM_INIT_AUTOMAKE(ceph, 0.24.1) +AM_INIT_AUTOMAKE(ceph, 0.24.2) AM_PROG_CC_C_O AM_PROG_LIBTOOL |