~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzr

  • Committer: Martin Pool
  • Date: 2008-10-07 10:00:40 UTC
  • mfrom: (3763.3.1 1.8)
  • mto: This revision was merged to the branch mainline in revision 3769.
  • Revision ID: mbp@sourcefrog.net-20081007100040-hn5y04ooy30g9msy
Merge back 1.8 and open 1.9

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, 8, 0)
 
25
_script_version = (1, 9, 0)
26
26
 
27
27
if __doc__ is None:
28
28
    print "bzr does not support python -OO."