Mercurial > traipse
changeset 9:80ab434efc87 grumpy-goblin
Build Number
author | sirebral |
---|---|
date | Sat, 18 Jul 2009 11:41:05 -0500 |
parents | 33582ce538b5 |
children | 5df1340bda13 |
files | orpg/orpg_version.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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"