diff options
author | Gary Lowell <gary.lowell@inktank.com> | 2013-05-08 17:23:47 -0700 |
---|---|---|
committer | Gary Lowell <gary.lowell@inktank.com> | 2013-05-08 17:23:47 -0700 |
commit | 56c4847ba82a92023700e2d4920b59cdaf23428d (patch) | |
tree | 5a71042719757468568bb85057233e506c655b0e | |
parent | 3b94f03ec58abe3d7a6d0359ff9b4d75826f3777 (diff) | |
download | ceph-56c4847ba82a92023700e2d4920b59cdaf23428d.tar.gz |
v0.61.1v0.61.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 8a1b1695c90..c5ca1bde34e 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.61], [ceph-devel@vger.kernel.org]) +AC_INIT([ceph], [0.61.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 7247cbb8a98..f70e987c189 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ceph (0.61.1-1) precise; urgency=low + + * New upstream release + + -- Gary Lowell <gary.lowell@inktank.com> Wed, 08 May 2013 17:23:25 -0700 + ceph (0.61-1) precise; urgency=low * New upstream release |