diff gamelib/version.py @ 163:2854aa4f5ac2

Update version and build stuff.
author Jeremy Thurgood <firxen@gmail.com>
date Wed, 25 Aug 2010 10:05:48 +0200
parents 322cbc0a8cce
children fd9e84efe325
line wrap: on
line diff
--- a/gamelib/version.py	Wed Aug 25 08:42:29 2010 +0200
+++ b/gamelib/version.py	Wed Aug 25 10:05:48 2010 +0200
@@ -1,6 +1,6 @@
 """Suspended Sentence Version Information"""
 
-VERSION = (0, 1, 0, 'alpha', 1)
+VERSION = (0, 2, 0, 'alpha', 1)
 BASE_VERSION_STR = '.'.join([str(x) for x in VERSION[:3]])
 VERSION_STR = {
     'final': BASE_VERSION_STR,