diff options
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | debian/changelog | 6 |
2 files changed, 8 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 902149d1310..d02221711f8 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ # Autoconf AC_PREREQ(2.59) -AC_INIT([Ceph distributed file system], [0.25], +AC_INIT([Ceph distributed file system], [0.25.1], [Sage Weil <sage@newdream.net>], [ceph]) AC_CONFIG_SUBDIRS([src/gtest]) @@ -13,7 +13,7 @@ AC_CANONICAL_HOST AC_CANONICAL_TARGET # Automake -AM_INIT_AUTOMAKE(ceph, 0.25) +AM_INIT_AUTOMAKE(ceph, 0.25.1) AM_PROG_CC_C_O AM_PROG_LIBTOOL diff --git a/debian/changelog b/debian/changelog index b0c450b758b..0d29a80ea2e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ceph (0.25.1-1) experimental; urgency=low + + * New upstream release + + -- Sage Weil <sage@newdream.net> Mon, 14 Mar 2011 14:43:47 -0700 + ceph (0.25-1) experimental; urgency=low * New upstream release |