# HG changeset patch # User sirebral # Date 1247935265 18000 # Node ID 80ab434efc872542343397020f3a0b97a7578b35 # Parent 33582ce538b57378ff9cda7a75e561ae6a9b56c9 Build Number diff -r 33582ce538b5 -r 80ab434efc87 orpg/orpg_version.py --- a/orpg/orpg_version.py Sat Jul 18 11:40:34 2009 -0500 +++ b/orpg/orpg_version.py Sat Jul 18 11:41:05 2009 -0500 @@ -4,7 +4,7 @@ #BUILD NUMBER FORMAT: "YYMMDD-##" where ## is the incremental daily build index (if needed) DISTRO = "Traipse" DIS_VER = "Grumpy Goblin" -BUILD = "090717-01" +BUILD = "090718-00" # This version is for network capability. PROTOCOL_VERSION = "1.2"