summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSage Weil <sage.weil@dreamhost.com>2011-03-04 14:40:16 -0800
committerSage Weil <sage@newdream.net>2011-03-05 13:59:50 -0800
commit3fa121bf0a8c142897a684c92a66b98d7db1672e (patch)
tree8b6403394523221e7aca54331d805fefd1f9a4a2
parent4ac08810252e07e5738403f449d1c7f9768cafb7 (diff)
downloadceph-0.25.tar.gz
v0.25v0.25
-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 52de54921ca..902149d1310 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
# Autoconf
AC_PREREQ(2.59)
-AC_INIT([Ceph distributed file system], [0.24.3],
+AC_INIT([Ceph distributed file system], [0.25],
[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~rc)
+AM_INIT_AUTOMAKE(ceph, 0.25)
AM_PROG_CC_C_O
AM_PROG_LIBTOOL
diff --git a/debian/changelog b/debian/changelog
index bcff291ea21..b0c450b758b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ceph (0.25-1) experimental; urgency=low
+
+ * New upstream release
+
+ -- Sage Weil <sage@newdream.net> Fri, 04 Mar 2011 14:39:54 -0800
+
ceph (0.24.3-1) experimental; urgency=low
* New upstream release