~mbp/bzr/doc-old

« back to all changes in this revision

Viewing changes to bzr

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-03-16 14:01:20 UTC
  • mfrom: (3280.2.5 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20080316140120-i3yq8yr1l66m11h7
Start 1.4 development

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