# HG changeset patch # User sirebral # Date 1248161707 18000 # Node ID 4a73543b8b01f268c14c286c3a20ce3d104c9b60 # Parent cab94a90f9dcdc2de5f4a9394ac453d584fb73c5 Added recent build number. diff -r cab94a90f9dc -r 4a73543b8b01 orpg/orpg_version.py --- a/orpg/orpg_version.py Tue Jul 21 02:34:21 2009 -0500 +++ b/orpg/orpg_version.py Tue Jul 21 02:35:07 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 = "090720-00" +BUILD = "090721-00" # This version is for network capability. PROTOCOL_VERSION = "1.2"