diff --git a/defines_global.py b/defines_global.py index 038b42197..59b87f71d 100755 --- a/defines_global.py +++ b/defines_global.py @@ -33,7 +33,7 @@ NOSET_FLAGS = ["CONNECTED"] NOSET_ATTRIBS = ["MONEY", "ALIAS", "LASTPAGED", "CHANLIST", "LAST", "LASTSITE"] # Server version number. -EVENNIA_VERSION = 'Pre-Alpha' +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."