Finalized EVENNIA_VERSION to include svn revision

This commit is contained in:
Michael King 2007-08-07 17:24:25 +00:00
parent 02b19ee4b0
commit 6a172edb03

View file

@ -37,7 +37,8 @@ HIDDEN_ATTRIBS = ["CHANLIST"]
# Server version number. # Server version number.
EVENNIA_REVISION = '$Rev$' 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. # The message to show when the user lacks permissions for something.
NOPERMS_MSG = "You do not have the necessary permissions to do that." NOPERMS_MSG = "You do not have the necessary permissions to do that."