From c88a89bce182556d242f91bcf15102de0ed184b2 Mon Sep 17 00:00:00 2001 From: Michael King Date: Tue, 7 Aug 2007 17:18:45 +0000 Subject: [PATCH] Added Revision keyword to defines_global, and set svn:keywords property on defines_global.py --- defines_global.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defines_global.py b/defines_global.py index 054935079d..5d0c5138a7 100755 --- a/defines_global.py +++ b/defines_global.py @@ -36,7 +36,7 @@ NOSET_ATTRIBS = ["MONEY", "ALIAS", "LASTPAGED", "CHANLIST", "LAST", "LASTSITE"] HIDDEN_ATTRIBS = ["CHANLIST"] # Server version number. -EVENNIA_VERSION = 'Alpha' +EVENNIA_VERSION = 'Alpha-$Rev$' # The message to show when the user lacks permissions for something. NOPERMS_MSG = "You do not have the necessary permissions to do that."