From 2abc0adff9a521eb0b040094f2daea3db129cdb8 Mon Sep 17 00:00:00 2001 From: Michael King Date: Tue, 7 Aug 2007 17:20:54 +0000 Subject: [PATCH] Moved Revision outside of VERSION global for clean up --- defines_global.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/defines_global.py b/defines_global.py index 5d0c5138a7..51460e4e25 100755 --- a/defines_global.py +++ b/defines_global.py @@ -36,7 +36,8 @@ NOSET_ATTRIBS = ["MONEY", "ALIAS", "LASTPAGED", "CHANLIST", "LAST", "LASTSITE"] HIDDEN_ATTRIBS = ["CHANLIST"] # Server version number. -EVENNIA_VERSION = 'Alpha-$Rev$' +EVENNIA_REVISION = '$Rev' +EVENNIA_VERSION = 'Alpha' # The message to show when the user lacks permissions for something. NOPERMS_MSG = "You do not have the necessary permissions to do that."