changeset 358:be6c1be37f28

Release 1.0.0.
author Simon Cross <hodgestar@gmail.com>
date Sat, 05 Sep 2009 23:59:56 +0000
parents 2304bec49777
children 7bcdfb190f33 c39e7d33ac82
files gamelib/version.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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,