Mercurial > traipse_dev
changeset 30:90900aa3e944 traipse_dev
Forgot to un remark the start to main. Second Daily Build.
author | sirebral |
---|---|
date | Sun, 02 Aug 2009 00:43:34 -0500 |
parents | 72f7c5904fbf |
children | 3769c8d6431e |
files | orpg/orpg_version.py start_tester.py |
diffstat | 2 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/orpg/orpg_version.py Sun Aug 02 00:37:23 2009 -0500 +++ b/orpg/orpg_version.py Sun Aug 02 00:43:34 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-00" +BUILD = "090802-01" # This version is for network capability. PROTOCOL_VERSION = "1.2"