From 3fe64c1f343d98ebbc2194a26c7ff66bbeebfc6f Mon Sep 17 00:00:00 2001 From: Michael King Date: Tue, 7 Aug 2007 17:30:35 +0000 Subject: [PATCH] Cleaned up the revision information for aesthetics. --- defines_global.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/defines_global.py b/defines_global.py index 9d9f315c31..016b0cc16e 100755 --- a/defines_global.py +++ b/defines_global.py @@ -36,9 +36,10 @@ NOSET_ATTRIBS = ["MONEY", "ALIAS", "LASTPAGED", "CHANLIST", "LAST", "LASTSITE"] HIDDEN_ATTRIBS = ["CHANLIST"] # Server version number. -EVENNIA_REVISION = '$Rev$' +REVISION = '$Rev$' + # Clip out the SVN keyword information -EVENNIA_VERSION = 'Alpha-' + EVENNIA_REVISION[6:-2] +EVENNIA_VERSION = 'Alpha ' + REVISION[6:-2] # The message to show when the user lacks permissions for something. NOPERMS_MSG = "You do not have the necessary permissions to do that."