diff upreckon/upreckon-vcs @ 220:9d21cef40e5a

Bumped the version number to 2.04.0
author Oleg Oshmyan <chortos@inbox.lv>
date Fri, 11 Nov 2011 01:13:46 +0000
parents f5169e4f605d
children 478d4217fe03 cf7dd3f46e89
line wrap: on
line diff
--- a/upreckon/upreckon-vcs	Wed Oct 26 22:18:35 2011 +0100
+++ b/upreckon/upreckon-vcs	Fri Nov 11 01:13:46 2011 +0000
@@ -7,7 +7,7 @@
 from upreckon import compat
 from upreckon.compat import *
 
-parser = optparse.OptionParser(version='Upreckon 2.03.0 ($$REV$$)', epilog='Python 2.6 or newer is required.')
+parser = optparse.OptionParser(version='Upreckon 2.04.0 ($$REV$$)', epilog='Python 2.6 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('-p', '--problem', dest='problems', metavar='PROBLEM', action='append', help='test only the PROBLEM (this option can be specified more than once with different problem names, all of which will be tested)')
 parser.add_option('--list-problems', action='store_true', default=False, help='just list all problem names')