~ubuntu-branches/ubuntu/oneiric/bzrtools/oneiric

« back to all changes in this revision

Viewing changes to version.py

  • Committer: Bazaar Package Importer
  • Author(s): Jelmer Vernooij
  • Date: 2010-10-16 14:12:29 UTC
  • mfrom: (1.3.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20101016141229-hb6hc1niqmui25nl
Tags: 2.3.0~bzr744-1
* New upstream snapshot.
 + Fixes compatibility with Bazaar 2.3. Closes: #600332

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
    return main_version + sub_string
76
76
 
77
77
 
78
 
version_info = (2, 2, 0)
 
78
version_info = (2, 3, 0)
79
79
__version__ = _format_version_tuple(version_info)