Rev 1338: Set exp bit for now, pending issues with the http transport. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4
Jelmer Vernooij
jelmer at samba.org
Tue Jun 24 10:01:08 BST 2008
At http://people.samba.org/bzr/jelmer/bzr-svn/0.4
------------------------------------------------------------
revno: 1338
revision-id: jelmer at samba.org-20080624090106-aoxe8dtvqif6rpta
parent: jelmer at samba.org-20080624021721-k37918vo34jp8ubl
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.4
timestamp: Tue 2008-06-24 11:01:06 +0200
message:
Set exp bit for now, pending issues with the http transport.
modified:
__init__.py __init__.py-20051008155114-eae558e6cf149e1d
=== modified file '__init__.py'
--- a/__init__.py 2008-06-22 23:24:58 +0000
+++ b/__init__.py 2008-06-24 09:01:06 +0000
@@ -31,7 +31,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, 4, 11, 'dev', 0)
+version_info = (0, 4, 11, 'exp', 0)
if version_info[3] == 'final':
version_string = '%d.%d.%d' % version_info[:3]
More information about the bazaar-commits
mailing list