summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 72ad0f8a086..f2cb7954532 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@
# Autoconf
AC_PREREQ(2.59)
-AC_INIT([Ceph distributed file system], [0.23.1],
+AC_INIT([Ceph distributed file system], [0.23.2],
[Sage Weil <sage@newdream.net>],
[ceph])
@@ -12,7 +12,7 @@ AC_CANONICAL_HOST
AC_CANONICAL_TARGET
# Automake
-AM_INIT_AUTOMAKE(ceph, 0.23.1)
+AM_INIT_AUTOMAKE(ceph, 0.23.2)
AM_PROG_CC_C_O
AM_PROG_LIBTOOL
diff --git a/debian/changelog b/debian/changelog
index 75f4dda4d3c..312b274afc2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ceph (0.23.2-1) experimental; urgency=low
+
+ * upstream release
+
+ -- Sage Weil <sage@newdream.net> Wed, 01 Dec 2010 09:26:25 -0800
+
ceph (0.23.1-1) experimental; urgency=low
* Initial release (Closes: #506040)