Moved Revision outside of VERSION global for clean up

This commit is contained in:
Michael King 2007-08-07 17:20:54 +00:00
parent c88a89bce1
commit 2abc0adff9

View file

@ -36,7 +36,8 @@ NOSET_ATTRIBS = ["MONEY", "ALIAS", "LASTPAGED", "CHANLIST", "LAST", "LASTSITE"]
HIDDEN_ATTRIBS = ["CHANLIST"]
# Server version number.
EVENNIA_VERSION = 'Alpha-$Rev$'
EVENNIA_REVISION = '$Rev'
EVENNIA_VERSION = 'Alpha'
# The message to show when the user lacks permissions for something.
NOPERMS_MSG = "You do not have the necessary permissions to do that."