~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzr

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-10-24 16:50:11 UTC
  • mfrom: (2094.1.1 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20061024165011-69d7663639e20a97
(John Arbash Meinel) Update version information for 0.13 development

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
import bzrlib.commands
77
77
import bzrlib.trace
78
78
 
79
 
if bzrlib.version_info[:3] != (0, 12, 0):
 
79
if bzrlib.version_info[:3] != (0, 13, 0):
80
80
    sys.stderr.write("bzr: WARNING: bzrlib version doesn't match the bzr program.\n"
81
81
            "This may indicate an installation problem.\n"
82
82
            "bzrlib from %s is version %r\n"