From 02b19ee4b09db1a1146ae960aac195795bf345a3 Mon Sep 17 00:00:00 2001 From: Michael King Date: Tue, 7 Aug 2007 17:22:28 +0000 Subject: [PATCH] Ooops. Forgot the trailing $ in the SVN keyword. --- defines_global.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defines_global.py b/defines_global.py index 51460e4e25..d82c2a4d9d 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_REVISION = '$Rev' +EVENNIA_REVISION = '$Rev$' EVENNIA_VERSION = 'Alpha' # The message to show when the user lacks permissions for something.