diff options
author | Jenkins <jenkins@inktank.com> | 2015-02-23 12:02:04 -0800 |
---|---|---|
committer | Jenkins <jenkins@inktank.com> | 2015-02-23 12:02:04 -0800 |
commit | 283c2e7cfa2457799f534744d7d549f83ea1335e (patch) | |
tree | 21a16bb693195c98694fca2691eae68e2e98c4f5 | |
parent | 4178e32dd085adeead84fb168ab8a8a121256259 (diff) | |
download | ceph-283c2e7cfa2457799f534744d7d549f83ea1335e.tar.gz |
0.87.1v0.87.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 40b33e9f68e..cf8b7390b29 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.87], [ceph-devel@vger.kernel.org]) +AC_INIT([ceph], [0.87.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 ecf0c01ceea..92a3996f663 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ceph (0.87.1-1) stable; urgency=low + + * New upstream release + + -- Alfredo Deza <adeza@redhat.com> Mon, 23 Feb 2015 12:02:04 -0800 + ceph (0.87-1) stable; urgency=low * New upstream release |