Mercurial > traipse_dev
diff orpg/orpg_version.py @ 48:0aeee1992423 traipse_dev
This updates fixes three things. Branch names are now current to your udpate
and updates take place before the program starts and minor error in update
code (unremarked, removed '.')
author | sirebral |
---|---|
date | Thu, 06 Aug 2009 04:26:02 -0500 |
parents | 52f6a38f8885 |
children | b41ea7d28a9e |
line wrap: on
line diff
--- a/orpg/orpg_version.py Thu Aug 06 03:31:21 2009 -0500 +++ b/orpg/orpg_version.py Thu Aug 06 04:26:02 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 = "090806-00" +BUILD = "090806-01" # This version is for network capability. PROTOCOL_VERSION = "1.2"