diff options
author | Sage Weil <sage@newdream.net> | 2011-12-02 18:01:31 +0100 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2011-12-02 18:01:31 +0100 |
commit | 321ecdaba2ceeddb0789d8f4b7180a8ea5785d83 (patch) | |
tree | 4db5e7a565fd8ff598775dde5fb22652e2346d4e | |
parent | OSDMap: build_simple_from_conf pg_num should not be 0 with one osd (diff) | |
download | ceph-0.39.tar.xz ceph-0.39.zip |
v0.39v0.39
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | debian/changelog | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index bd6ed431b07..60f998c7f41 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.38], [ceph-devel@vger.kernel.org]) +AC_INIT([ceph], [0.39], [ceph-devel@vger.kernel.org]) AC_CONFIG_SUBDIRS([src/gtest]) diff --git a/debian/changelog b/debian/changelog index 3b26fba1146..9d8af85ad97 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ceph (0.39-1) experimental; urgency=low + + * New upstream release + + -- Sage Weil <sage@newdream.net> Fri, 02 Dec 2011 09:01:20 -0800 + ceph (0.38-1) experimental; urgency=low * New upstream release |