diff options
author | Jenkins <jenkins@inktank.com> | 2015-04-13 13:24:40 -0700 |
---|---|---|
committer | Jenkins <jenkins@inktank.com> | 2015-04-13 13:24:40 -0700 |
commit | 00b6fb027bb6fccda6716ef577464d30d96959cc (patch) | |
tree | bf8a337a64b17a124dc5fa1f3725d944aa9f37de | |
parent | c7fdbabb237a78aa7a7c282725ce438f60bc4d75 (diff) | |
download | ceph-0.80.8.1.tar.gz |
0.80.8.1v0.80.8.1
-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 9b6448c3b89..1924f302426 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], [ceph-devel@vger.kernel.org]) +AC_INIT([ceph], [0.80.8.1], [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 7ec5ee2d7f9..398588f1d5a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ceph (0.80.8.1-1) stable; urgency=low + + * New upstream release + + -- Ken Dreyer <kdreyer@redhat.com> Mon, 13 Apr 2015 13:24:38 -0700 + ceph (0.80.8-1) stable; urgency=low * New upstream release |