From 59518c440c6f8d9c78ba0768fe821e365ef8c143 Mon Sep 17 00:00:00 2001 From: Greg Taylor Date: Tue, 22 May 2007 15:14:19 +0000 Subject: [PATCH] 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. --- defines_global.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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."