summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSage Weil <sage@inktank.com>2012-08-13 09:49:24 -0700
committerSage Weil <sage@inktank.com>2012-08-13 09:49:24 -0700
commita4428bd0e1956d22cfa67bf34e1cf4913c94ca48 (patch)
tree1d2b7ca30f526561158c49fbf52ebbd1ab64e697 /configure.ac
parent98286b499cf094c67245d8d1b435328e73eee9fa (diff)
downloadceph-a4428bd0e1956d22cfa67bf34e1cf4913c94ca48.tar.gz
v0.50v0.50
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 d8ebb521962..062a38fa051 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.49], [ceph-devel@vger.kernel.org])
+AC_INIT([ceph], [0.50], [ceph-devel@vger.kernel.org])
AC_CONFIG_SUBDIRS([src/gtest])
AC_CONFIG_SUBDIRS([src/leveldb])