summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2011-03-20 21:08:09 -0700
committerSage Weil <sage@newdream.net>2011-03-20 21:08:09 -0700
commit07ee6311a607e5d9cf6e8054135c176289d64988 (patch)
tree5af63837a15a192ca91c406e49d8dd03a962469a
parentceb76bad9fdc7cd1268041921443f1f841c61b3c (diff)
downloadceph-07ee6311a607e5d9cf6e8054135c176289d64988.tar.gz
v0.25.2v0.25.2
-rw-r--r--configure.ac4
-rw-r--r--debian/changelog6
2 files changed, 8 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index d02221711f8..c0a6d8bac15 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
# Autoconf
AC_PREREQ(2.59)
-AC_INIT([Ceph distributed file system], [0.25.1],
+AC_INIT([Ceph distributed file system], [0.25.2],
[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.1)
+AM_INIT_AUTOMAKE(ceph, 0.25.2)
AM_PROG_CC_C_O
AM_PROG_LIBTOOL
diff --git a/debian/changelog b/debian/changelog
index 0d29a80ea2e..c684fef489c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ceph (0.25.2-1) experimental; urgency=low
+
+ * New upstream release
+
+ -- Sage Weil <sage@newdream.net> Sun, 20 Mar 2011 21:07:38 -0700
+
ceph (0.25.1-1) experimental; urgency=low
* New upstream release