~ubuntu-branches/ubuntu/karmic/bzr/karmic-proposed

« back to all changes in this revision

Viewing changes to bzr

  • Committer: Bazaar Package Importer
  • Author(s): Jelmer Vernooij
  • Date: 2009-05-16 13:51:08 UTC
  • mfrom: (1.1.53 upstream) (3.1.8 sid)
  • Revision ID: james.westby@ubuntu.com-20090516135108-aqmj2jtbt445f5ul
New upstream release.

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