Mercurial > traipse_dev
diff orpg/orpg_version.py @ 70:52a5fa913008 ornery-dev
Update Manager: Started working on the control panel. Right now the GUI is the hardest part. If you look through the code you will see that I can already obtain revision numbers.
author | sirebral |
---|---|
date | Tue, 18 Aug 2009 20:48:36 -0500 |
parents | 8fb07d0a1ca0 |
children | 449a8900f9ac |
line wrap: on
line diff
--- a/orpg/orpg_version.py Tue Aug 18 07:47:01 2009 -0500 +++ b/orpg/orpg_version.py Tue Aug 18 20:48:36 2009 -0500 @@ -4,7 +4,7 @@ #BUILD NUMBER FORMAT: "YYMMDD-##" where ## is the incremental daily build index (if needed) DISTRO = "Traipse Dev" DIS_VER = "Ornery Orc" -BUILD = "090818-03" +BUILD = "090818-04" # This version is for network capability. PROTOCOL_VERSION = "1.2"