Revision: 3987
Author: jussi.ao.malinen
Date: Mon Aug 30 03:37:56 2010
Log: bump
http://code.google.com/p/robotframework/source/detail?r=3987

Modified:
 /trunk/src/robot/version.py

=======================================
--- /trunk/src/robot/version.py Mon Jul 12 04:35:16 2010
+++ /trunk/src/robot/version.py Mon Aug 30 03:37:56 2010
@@ -3,8 +3,8 @@


 VERSION = 'trunk'
-RELEASE = '20100712'
-TIMESTAMP = '20100712-143442'
+RELEASE = '20100830'
+TIMESTAMP = '20100830-133642'

 def get_version(sep=' '):
     if RELEASE == 'final':
@@ -14,7 +14,7 @@
 def get_full_version(who=''):
interpreter = sys.platform.startswith('java') and 'Jython' or 'Python'
     syversion = sys.version.split()[0]
-    vers = '%s %s (%s %s on %s)' % (who, get_version(), interpreter,
+    vers = '%s %s (%s %s on %s)' % (who, get_version(), interpreter,
                                          syversion, sys.platform)
     return vers.strip()

Reply via email to