diff options
author | Jenkins <jenkins@inktank.com> | 2015-09-15 10:23:18 -0700 |
---|---|---|
committer | Jenkins <jenkins@inktank.com> | 2015-09-15 10:23:18 -0700 |
commit | 4ec83c2359fe63663ae28befbcaa65e755bcd462 (patch) | |
tree | 317884d69534fc107e25c47702451f2c3a2434c0 | |
parent | 6f27ac73256f55eff50c6e5a35efbdbf6e8be464 (diff) | |
download | ceph-4ec83c2359fe63663ae28befbcaa65e755bcd462.tar.gz |
0.80.8.5v0.80.8.5
-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 91840a7d95d..444225b2117 100644 --- a/configure.ac +++ b/configure.ac @@ -8,7 +8,7 @@ AC_PREREQ(2.59) # 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.80.8.4], [ceph-devel@vger.kernel.org]) +AC_INIT([ceph], [0.80.8.5], [ceph-devel@vger.kernel.org]) # Create release string. Used with VERSION for RPMs. RPM_RELEASE=0 diff --git a/debian/changelog b/debian/changelog index ce5c701defc..0864160b163 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ceph (0.80.8.5-1) stable; urgency=low + + * New upstream release + + -- Ken Dreyer <kdreyer@redhat.com> Tue, 15 Sep 2015 10:23:17 -0700 + ceph (0.80.8.4-1) stable; urgency=low * New upstream release |