~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzr

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-02-13 04:57:47 UTC
  • mfrom: (3221.2.1 prepare-1.3)
  • Revision ID: pqm@pqm.ubuntu.com-20080213045747-hqu3aghke3zn12b7
Open 1.3 development

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#! /usr/bin/env python
2
2
 
3
 
# Copyright (C) 2005, 2006, 2007 Canonical Ltd
 
3
# Copyright (C) 2005, 2006, 2007, 2008 Canonical Ltd
4
4
#
5
5
# This program is free software; you can redistribute it and/or modify
6
6
# it under the terms of the GNU General Public License as published by
22
22
import sys
23
23
 
24
24
# update this on each release
25
 
_script_version = (1, 2, 0)
 
25
_script_version = (1, 3, 0)
26
26
 
27
27
if __doc__ is None:
28
28
    print "bzr does not support python -OO."