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 2c00f283dc4..ecd427738f0 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.39], [ceph-devel@vger.kernel.org])
+AC_INIT([ceph], [0.40], [ceph-devel@vger.kernel.org])
AC_CONFIG_SUBDIRS([src/gtest])
diff --git a/debian/changelog b/debian/changelog
index 9d8af85ad97..a1d0d4dfc74 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ceph (0.40-1) experimental; urgency=low
+
+ * New upstream release
+
+ -- Sage Weil <sage@newdream.net> Fri, 13 Jan 2012 08:36:02 -0800
+
ceph (0.39-1) experimental; urgency=low
* New upstream release