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.
This commit is contained in:
David Bremner 2011-09-06 22:34:02 -03:00
parent db527cdb4c
commit 6979b6533a
3 changed files with 9 additions and 3 deletions

View file

@ -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'

6
debian/changelog vendored
View file

@ -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).

View file

@ -1 +1 @@
0.7
0.8~rc1