summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJosh Durgin <josh.durgin@inktank.com>2012-05-22 12:54:09 -0700
committerJosh Durgin <josh.durgin@inktank.com>2012-05-22 12:54:09 -0700
commit0ae59eae3d60dd69b097370514fbbecf42146b66 (patch)
tree41a4e341aac76db58c173537f6472ee0d1aaece6 /configure.ac
parent884aa8a6616b03cc53e8691bfc73a48fa25db555 (diff)
parent11030793fae4226352b67b1c806beae51e88150a (diff)
downloadceph-0ae59eae3d60dd69b097370514fbbecf42146b66.tar.gz
Merge branch 'stable'
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 d5e6a7ae399..f73c973fe72 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.47], [ceph-devel@vger.kernel.org])
+AC_INIT([ceph], [0.47.1], [ceph-devel@vger.kernel.org])
AC_CONFIG_SUBDIRS([src/gtest])
AC_CONFIG_SUBDIRS([src/leveldb])