From 6979b6533abb4b3c76126152afd3d196514215da Mon Sep 17 00:00:00 2001 From: David Bremner Date: Tue, 6 Sep 2011 22:34:02 -0300 Subject: 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. --- bindings/python/notmuch/version.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bindings/python/notmuch/version.py') 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' -- cgit v1.2.3