summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2012-04-29 21:21:11 -0700
committerSage Weil <sage@newdream.net>2012-04-30 10:55:45 -0700
commitcb7f1c9c7520848b0899b26440ac34a8acea58d1 (patch)
tree702d0abdf562b8770730833b81260fb665c30cd2 /configure.ac
parent88dda3be5aed38c8f587af9b27cb54a0fcca7530 (diff)
downloadceph-cb7f1c9c7520848b0899b26440ac34a8acea58d1.tar.gz
v0.46v0.46
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 9d39bb8d03c..b6ff4e3faa5 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.45], [ceph-devel@vger.kernel.org])
+AC_INIT([ceph], [0.46], [ceph-devel@vger.kernel.org])
AC_CONFIG_SUBDIRS([src/gtest])
AC_CONFIG_SUBDIRS([src/leveldb])