summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2011-10-17 08:35:57 -0700
committerSage Weil <sage@newdream.net>2011-10-17 08:35:57 -0700
commita6f3bbb744a6faea95ae48317f0b838edb16a896 (patch)
treea3d8af9cd567225bb5391885a782540edcf10a9d /configure.ac
parent502fbba56beedd004854bda2ffc0e4b69e6e1937 (diff)
downloadceph-a6f3bbb744a6faea95ae48317f0b838edb16a896.tar.gz
v0.37v0.37
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 7870bb351bb..78f52679b41 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,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.36], [ceph-devel@vger.kernel.org])
+AC_INIT([ceph], [0.37], [ceph-devel@vger.kernel.org])
AC_CONFIG_SUBDIRS([src/gtest])