diff options
author | Jenkins <jenkins@inktank.com> | 2014-07-29 05:24:39 -0700 |
---|---|---|
committer | Jenkins <jenkins@inktank.com> | 2014-07-29 05:24:39 -0700 |
commit | 38b73c67d375a2552d8ed67843c8a65c2c0feba6 (patch) | |
tree | 61941b314345f26f3e15e3e3bf81fb1064f5d099 | |
parent | b576d5a242c16bc9e38ba283a9784f838614882a (diff) | |
download | ceph-0.80.5.tar.gz |
0.80.5v0.80.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 3846812983e..fb54df1fed1 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.4], [ceph-devel@vger.kernel.org]) +AC_INIT([ceph], [0.80.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 398375285ee..b8af4f8a3d5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ceph (0.80.5-1) stable; urgency=low + + * New upstream release + + -- Alfredo Deza <alfredo.deza@inktank.com> Tue, 29 Jul 2014 05:24:38 -0700 + ceph (0.80.4-1) stable; urgency=low * New upstream release |