summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2011-11-11 00:07:05 +0100
committerSage Weil <sage@newdream.net>2011-11-11 00:07:05 +0100
commitb600ec2ac7c0f2e508720f8e8bb87c3db15509b9 (patch)
tree0c8c043861762cd559ee1798e26ce810d58aab38
parentcommon: return null if mc.init() unsuccessful (diff)
downloadceph-b600ec2ac7c0f2e508720f8e8bb87c3db15509b9.tar.xz
ceph-b600ec2ac7c0f2e508720f8e8bb87c3db15509b9.zip
v0.38v0.38
-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 78f52679b41..6aa480c6be3 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.37], [ceph-devel@vger.kernel.org])
+AC_INIT([ceph], [0.38], [ceph-devel@vger.kernel.org])
AC_CONFIG_SUBDIRS([src/gtest])
diff --git a/debian/changelog b/debian/changelog
index 812012e2b43..3b26fba1146 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ceph (0.38-1) experimental; urgency=low
+
+ * New upstream release
+
+ -- Sage Weil <sage@newdream.net> Thu, 10 Nov 2011 15:06:44 -0800
+
ceph (0.37-1) experimental; urgency=low
* New upstream release