We're now in shape that I'd consider Alpha-quality rather than pre-alpha. Admins can now actually start building grids without fear of people doing bad stuff, and for the most part the codebase should hold up.

This commit is contained in:
Greg Taylor 2007-05-22 15:14:19 +00:00
parent 204ef6d4c5
commit 59518c440c

View file

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