This commit is contained in:
Sage Weil 2012-03-02 08:53:30 -08:00
parent cd31388578
commit 9fa8781c01
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.42.2], [ceph-devel@vger.kernel.org])
AC_INIT([ceph], [0.43], [ceph-devel@vger.kernel.org])
AC_CONFIG_SUBDIRS([src/gtest])

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
ceph (0.43-1) experimental; urgency=low
* New upstream release
-- Sage Weil <sage@newdream.net> Fri, 02 Mar 2012 08:53:10 -0800
ceph (0.42.2-1) experimental; urgency=low
* New upstream release