diff upreckon/upreckon-vcs @ 184:4df9537ed261

Updated version numbers
author Oleg Oshmyan <chortos@inbox.lv>
date Tue, 26 Jul 2011 19:45:24 +0300
parents 39f8d10dbff7
children d46bb4495766
line wrap: on
line diff
--- a/upreckon/upreckon-vcs	Thu Jul 14 18:52:18 2011 +0300
+++ b/upreckon/upreckon-vcs	Tue Jul 26 19:45:24 2011 +0300
@@ -7,7 +7,7 @@
 from upreckon import compat
 from upreckon.compat import *
 
-version = '2.02.0 ($$REV$$)'
+version = '2.03.0 ($$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('-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)')