# HG changeset patch # User Oleg Oshmyan # Date 1302282333 -10800 # Node ID c4dba6d44194a38aaf0001dd8fee48d1ed767bf8 # Parent 3295bac0a7e60eafce5b7196593f9253f4163bcf Fixed the version number reported in --version diff -r 3295bac0a7e6 -r c4dba6d44194 upreckon-vcs --- a/upreckon-vcs Fri Apr 08 19:54:07 2011 +0300 +++ b/upreckon-vcs Fri Apr 08 20:05:33 2011 +0300 @@ -6,7 +6,7 @@ from compat import * -version = '2.00.0 ($$REV$$)' +version = '2.00.1 ($$REV$$)' parser = optparse.OptionParser(version='Upreckon '+version, epilog='Python 2.5 or newer is required.') parser.add_option('-1', dest='legacy', action='store_true', default=False, help='handle configuration files in a way more compatible with test.py 1.x') parser.add_option('-u', '--update', dest='update', action='store_true', default=False, help='update the installed Upreckon to the latest publicly available version')