diff options
author | Sage Weil <sage@newdream.net> | 2012-04-10 19:42:11 +0200 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2012-04-10 19:42:11 +0200 |
commit | 0aea1cb1df5c3e5ab783ca6f2ed7649823b613c5 (patch) | |
tree | ae7a349999fa510cf7765a38b139bf53c5a8b207 | |
parent | configure: --with-system-leveldb (diff) | |
download | ceph-0aea1cb1df5c3e5ab783ca6f2ed7649823b613c5.tar.xz ceph-0aea1cb1df5c3e5ab783ca6f2ed7649823b613c5.zip |
v0.45v0.45
-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 06045c6d1f4..9d39bb8d03c 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.44.2], [ceph-devel@vger.kernel.org]) +AC_INIT([ceph], [0.45], [ceph-devel@vger.kernel.org]) AC_CONFIG_SUBDIRS([src/gtest]) AC_CONFIG_SUBDIRS([src/leveldb]) diff --git a/debian/changelog b/debian/changelog index 583d9451847..2daf76ec43d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ceph (0.45-1) experimental; urgency=low + + * New upstream release + + -- Sage Weil <sage@newdream.net> Tue, 10 Apr 2012 10:41:57 -0700 + ceph (0.44.2-1) experimental; urgency=low * New upstream release |