diff gamelib/version.py @ 358:be6c1be37f28

Release 1.0.0.
author Simon Cross <hodgestar@gmail.com>
date Sat, 05 Sep 2009 23:59:56 +0000
parents 6ade2b371445
children c14a6d640507 3d173ea43ad5
line wrap: on
line diff
--- a/gamelib/version.py	Sat Sep 05 23:55:49 2009 +0000
+++ b/gamelib/version.py	Sat Sep 05 23:59:56 2009 +0000
@@ -1,6 +1,6 @@
 """Operation Fox Assault Version Information"""
 
-VERSION = (1, 0, 0, 'alpha', 1)
+VERSION = (1, 0, 0, 'final', 0)
 BASE_VERSION_STR = '.'.join([str(x) for x in VERSION[:3]])
 VERSION_STR = {
     'final': BASE_VERSION_STR,