summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGary Lowell <gary.lowell@inktank.com>2012-09-27 16:26:11 +0000
committerGary Lowell <gary.lowell@inktank.com>2012-09-27 16:26:11 +0000
commite48859474c4944d4ff201ddc9f5fd400e8898173 (patch)
tree8fc213c2e9cbb4ea0c0c0cc5951355d0f881a332 /configure.ac
parentbba17662fa33f728799c74660e905b225f3a725b (diff)
downloadceph-e48859474c4944d4ff201ddc9f5fd400e8898173.tar.gz
v0.52v0.52
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 dd24e2904fd..d5e9ebfc7fe 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.51], [ceph-devel@vger.kernel.org])
+AC_INIT([ceph], [0.52], [ceph-devel@vger.kernel.org])
AC_CONFIG_SUBDIRS([src/gtest])
AC_CONFIG_SUBDIRS([src/leveldb])