Mercurial > traipse_dev
diff orpg/orpg_version.py @ 32:c223c1051f4a traipse_dev
Update Manager moves into Beta 0.3 with a nice new look. The skeleton is
designed, not the functionality will be added.
author | sirebral |
---|---|
date | Sun, 02 Aug 2009 16:43:55 -0500 |
parents | 3769c8d6431e |
children | 8b630fc8a343 |
line wrap: on
line diff
--- a/orpg/orpg_version.py Sun Aug 02 01:00:33 2009 -0500 +++ b/orpg/orpg_version.py Sun Aug 02 16:43:55 2009 -0500 @@ -4,7 +4,7 @@ #BUILD NUMBER FORMAT: "YYMMDD-##" where ## is the incremental daily build index (if needed) DISTRO = "Traipse Dev" DIS_VER = "Grumpy Goblin" -BUILD = "090802-02" +BUILD = "090802-03" # This version is for network capability. PROTOCOL_VERSION = "1.2"