summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog5
2 files changed, 4 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index cb208d4c0ec..8ad42d09454 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@ AC_PREREQ(2.59)
# NOTE: This version is _only_ used for naming the tarball. The
# VERSION define is not used by the code. It gets a version string
# from 'git describe'; see src/ceph_ver.[ch]
-AC_INIT([ceph], [0.26rc], [ceph-devel@vger.kernel.org])
+AC_INIT([ceph], [0.26], [ceph-devel@vger.kernel.org])
AC_CONFIG_SUBDIRS([src/gtest])
diff --git a/debian/changelog b/debian/changelog
index 6b839d7c848..a93c7277086 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
-ceph (0.26~rc-1) experimental; urgency=low
+ceph (0.26-1) experimental; urgency=low
+ * New upstream release.
* Make Ceph Linux only and build on all Linux archs (closes: #614890),
but only build-depend google-perftools on x86 and x64 archs only.
* Correct section of libcrush1, librados1, librbd1 and libceph1 to libs.
@@ -9,7 +10,7 @@ ceph (0.26~rc-1) experimental; urgency=low
* Rename librados1{,-dbg,-dev} packages to librados2{,-dbg,-dev} ones;
conflict with and replace the former ones.
- -- Laszlo Boszormenyi (GCS) <gcs@debian.hu> Fri, 25 Mar 2011 19:42:11 +0100
+ -- Laszlo Boszormenyi (GCS) <gcs@debian.hu> Fri, 01 Apr 2011 16:28:11 +0100
ceph (0.25.2-1) experimental; urgency=low