~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzr

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-11-03 04:53:41 UTC
  • mfrom: (3816.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20081103045341-70776n3uqq0b5dmb
(mbp) start bzr 1.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
import sys
23
23
 
24
24
# update this on each release
25
 
_script_version = (1, 9, 0)
 
25
_script_version = (1, 10, 0)
26
26
 
27
27
if __doc__ is None:
28
28
    print "bzr does not support python -OO."