aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar David Bremner <bremner@debian.org>2011-09-06 22:34:02 -0300
committerGravatar David Bremner <bremner@debian.org>2011-09-06 22:55:01 -0300
commit6979b6533abb4b3c76126152afd3d196514215da (patch)
treea84723fdb6948db6579825baf28bc8c88e430fcd
parentdb527cdb4c3b82ed908e675b4a0816ccb04c7b3b (diff)
update versions for release candidate
we now have three files to keep in sync. That seems wrong, but I guess we will live with it for now. The main problem is that the python code is distributed separately, so it can't get the version from 'version'. The choice ~rcX is for convenience with debian versioning.
-rw-r--r--bindings/python/notmuch/version.py4
-rw-r--r--debian/changelog6
-rw-r--r--version2
3 files changed, 9 insertions, 3 deletions
diff --git a/bindings/python/notmuch/version.py b/bindings/python/notmuch/version.py
index 7ad5a27b..a2c790c3 100644
--- a/bindings/python/notmuch/version.py
+++ b/bindings/python/notmuch/version.py
@@ -1,2 +1,2 @@
-# This file is potentially auto-generated. Do not modify
-__VERSION__ = '0.6'
+# this file should be kept in sync with ../../../version
+__VERSION__ = '0.8~rc1'
diff --git a/debian/changelog b/debian/changelog
index 1b642802..c2b75524 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+notmuch (0.8~rc1-1) experimental; urgency=low
+
+ * Upstream release candidate.
+
+ -- David Bremner <bremner@debian.org> Tue, 06 Sep 2011 22:24:24 -0300
+
notmuch (0.7-1) unstable; urgency=low
* New upstream release (no changes since 0.7~rc1).
diff --git a/version b/version
index eb49d7c7..867daade 100644
--- a/version
+++ b/version
@@ -1 +1 @@
-0.7
+0.8~rc1