Mercurial > traipse_dev
diff orpg/orpg_version.py @ 38:a35f41ebd04e traipse_dev
Moving into Update Manager 0.5 as I reveresed the button dictionaries and
found a way to iterate buttons and know which button was pressed.
Refresh button prints out a number, no other changes.
author | sirebral |
---|---|
date | Wed, 05 Aug 2009 07:47:44 -0500 |
parents | 683536732926 |
children | 93a27aea09ce |
line wrap: on
line diff
--- a/orpg/orpg_version.py Mon Aug 03 20:56:36 2009 -0500 +++ b/orpg/orpg_version.py Wed Aug 05 07:47:44 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 = "090803-02" +BUILD = "090805-02" # This version is for network capability. PROTOCOL_VERSION = "1.2"