From 6a172edb03051d410b68b0e6fed25c7d804035c9 Mon Sep 17 00:00:00 2001 From: Michael King Date: Tue, 7 Aug 2007 17:24:25 +0000 Subject: [PATCH] Finalized EVENNIA_VERSION to include svn revision --- defines_global.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/defines_global.py b/defines_global.py index d82c2a4d9..9d9f315c3 100755 --- a/defines_global.py +++ b/defines_global.py @@ -37,7 +37,8 @@ HIDDEN_ATTRIBS = ["CHANLIST"] # Server version number. EVENNIA_REVISION = '$Rev$' -EVENNIA_VERSION = 'Alpha' +# Clip out the SVN keyword information +EVENNIA_VERSION = 'Alpha-' + EVENNIA_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."