aboutsummaryrefslogtreecommitdiffhomepage
path: root/core
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2011-12-22 08:50:03 -0500
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2011-12-22 08:50:03 -0500
commitd9b2bf4b99d13e18f0ca4939e7f2ccc75472a846 (patch)
tree8fe69475216982b44172499226e524675bf48b4a /core
parent83b8892b7fcd10a45210bce4a685864413d230cb (diff)
Release is alpha, not beta; core/init.lua
Diffstat (limited to 'core')
-rw-r--r--core/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/init.lua b/core/init.lua
index 27f40732..285d4a9f 100644
--- a/core/init.lua
+++ b/core/init.lua
@@ -1,6 +1,6 @@
-- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE.
-_RELEASE = "Textadept 5.0 beta"
+_RELEASE = "Textadept 5.0 alpha"
package.path = _HOME..'/core/?.lua;'..package.path
os.setlocale('C', 'collate')