At http://people.samba.org/bzr/jelmer/bzr-svn/0.5
------------------------------------------------------------ revno: 2299 revision-id: [email protected] parent: [email protected] committer: Jelmer Vernooij <[email protected]> branch nick: 0.5 timestamp: Tue 2009-01-13 16:31:49 +0100 message: Use rc name in version_info tuple that bzr understands. modified: __init__.py __init__.py-20051008155114-eae558e6cf149e1d === modified file '__init__.py' --- a/__init__.py 2009-01-12 23:42:55 +0000 +++ b/__init__.py 2009-01-13 15:31:49 +0000 @@ -48,7 +48,7 @@ # versions ending in 'exp' mean experimental mappings # versions ending in 'dev' mean development version # versions ending in 'final' mean release (well tested, etc) -version_info = (0, 5, 0, 'rc', 1) +version_info = (0, 5, 0, 'candidate', 1) if version_info[3] == 'final': version_string = '%d.%d.%d' % version_info[:3] -- bazaar-commits mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/bazaar-commits
