summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSage Weil <sage.weil@dreamhost.com>2011-02-10 09:14:34 -0800
committerSage Weil <sage.weil@dreamhost.com>2011-02-10 09:49:28 -0800
commit2cd2c56dd07c4862da6a5a8b4c2febafacc37d22 (patch)
tree05c7c406f45cd417722a1dbb8a068c4f008ff6b2 /configure.ac
parentb60444b5c1c8f4c0f42b9eb91e38cbf158560c47 (diff)
downloadceph-2cd2c56dd07c4862da6a5a8b4c2febafacc37d22.tar.gz
v0.24.3v0.24.3
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index ecc87ccd499..e22c33baa54 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
# Autoconf
AC_PREREQ(2.59)
-AC_INIT([Ceph distributed file system], [0.24.2],
+AC_INIT([Ceph distributed file system], [0.24.3],
[Sage Weil <sage@newdream.net>],
[ceph])
@@ -12,7 +12,7 @@ AC_CANONICAL_HOST
AC_CANONICAL_TARGET
# Automake
-AM_INIT_AUTOMAKE(ceph, 0.24.2)
+AM_INIT_AUTOMAKE(ceph, 0.24.3)
AM_PROG_CC_C_O
AM_PROG_LIBTOOL