changeset 578:7bccd2bda217

Bump version to 1.5.
author Simon Cross <hodgestar@gmail.com>
date Sat, 28 Nov 2009 20:45:14 +0000
parents 1356875ce686
children 0e552e7e06fe
files gamelib/version.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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,