summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2012-02-23 18:46:30 -0800
committerSage Weil <sage@newdream.net>2012-02-23 18:48:57 -0800
commitc3e1291da94fe0861715c0ca34ecc8f02da2a3a6 (patch)
tree8f6c6c1ae931c0ac77d23a7fa246d2b643fbead9 /configure.ac
parent0281f1c61d285f18005e4a10c10afc7f02a4fdbf (diff)
downloadceph-c3e1291da94fe0861715c0ca34ecc8f02da2a3a6.tar.gz
v0.42.1v0.42.1
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b27d5cef204..5f28aab9276 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8,7 +8,7 @@ AC_PREREQ(2.59)
# NOTE: This version is _only_ used for naming the tarball. The
# VERSION define is not used by the code. It gets a version string
# from 'git describe'; see src/ceph_ver.[ch]
-AC_INIT([ceph], [0.42], [ceph-devel@vger.kernel.org])
+AC_INIT([ceph], [0.42.1], [ceph-devel@vger.kernel.org])
AC_CONFIG_SUBDIRS([src/gtest])