Merge remote-tracking branch 'gh/stable' into next

This commit is contained in:
Sage Weil 2012-06-21 08:20:17 -07:00
commit a85a15fef4
2 changed files with 7 additions and 1 deletions

View File

@ -8,7 +8,7 @@ AC_PREREQ(2.59)
# NOTE: This version is _only_ used for naming the tarball. The
# 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.47.2], [ceph-devel@vger.kernel.org])
AC_INIT([ceph], [0.47.3], [ceph-devel@vger.kernel.org])
AC_CONFIG_SUBDIRS([src/gtest])
AC_CONFIG_SUBDIRS([src/leveldb])

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
ceph (0.47.3-1) experimental; urgency=low
* New upstream release
-- Sage Weil <sage@newdream.net> Wed, 20 Jun 2012 10:57:03 -0700
ceph (0.47.2-1) experimental; urgency=low
* New upstream release