Added Revision keyword to defines_global, and set svn:keywords property on defines_global.py

This commit is contained in:
Michael King 2007-08-07 17:18:45 +00:00
parent 7f3a8870f0
commit c88a89bce1

View file

@ -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."