summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2011-01-07 16:50:15 -0800
committerSage Weil <sage@newdream.net>2011-01-07 16:50:15 -0800
commit630565f3ac96c3f4f5eb2d54fc76086695ab18cc (patch)
tree42e08c84f547655b8d32cabbc8200787ccf18b49
parenta64ddbb6869d7b71d18d4b3971def8e56ce76f8c (diff)
downloadceph-630565f3ac96c3f4f5eb2d54fc76086695ab18cc.tar.gz
v0.24.1v0.24.1
-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 20991bd1f6a..71a00db29d8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
# Autoconf
AC_PREREQ(2.59)
-AC_INIT([Ceph distributed file system], [0.24],
+AC_INIT([Ceph distributed file system], [0.24.1],
[Sage Weil <sage@newdream.net>],
[ceph])
@@ -12,7 +12,7 @@ AC_CANONICAL_HOST
AC_CANONICAL_TARGET
# Automake
-AM_INIT_AUTOMAKE(ceph, 0.24)
+AM_INIT_AUTOMAKE(ceph, 0.24.1)
AM_PROG_CC_C_O
AM_PROG_LIBTOOL
diff --git a/debian/changelog b/debian/changelog
index af51a5a7940..318137c5e0a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ceph (0.24.1-1) experimental; urgency=low
+
+ * New upstream release.
+
+ -- Sage Weil <sage@newdream.net> Fri, 07 Jan 2011 16:49:48 -0800
+
ceph (0.24-1) experimental; urgency=low
* New upstream release.