diff gamelib/version.py @ 578:7bccd2bda217

Bump version to 1.5.
author Simon Cross <hodgestar@gmail.com>
date Sat, 28 Nov 2009 20:45:14 +0000
parents 50d6c68ce267
children cae2d8634f50
line wrap: on
line diff
--- a/gamelib/version.py	Sat Nov 28 20:41:28 2009 +0000
+++ b/gamelib/version.py	Sat Nov 28 20:45:14 2009 +0000
@@ -1,6 +1,6 @@
 """Operation Fox Assault Version Information"""
 
-VERSION = (1, 0, 0, 'final', 0)
+VERSION = (1, 5, 0, 'alpha', 1)
 BASE_VERSION_STR = '.'.join([str(x) for x in VERSION[:3]])
 VERSION_STR = {
     'final': BASE_VERSION_STR,