summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog6
2 files changed, 7 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])
diff --git a/debian/changelog b/debian/changelog
index 70c9c4b0cae..812012e2b43 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ceph (0.37-1) experimental; urgency=low
+
+ * New upstream release
+
+ -- Sage Weil <sage@newdream.net> Mon, 17 Oct 2011 08:35:42 -0700
+
ceph (0.36-1) experimental; urgency=low
* New upstream release