aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/init.lua
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2012-01-10 21:27:24 -0500
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2012-01-10 21:27:24 -0500
commitdeae812c1be56a25dcdd54e1ee368c9abab5a3be (patch)
tree18af8f6ac7af147a6479b8454a28d123e7885abb /core/init.lua
parent2e45d7edfd35e1f0f113bb72a78bd7744cb6df83 (diff)
Updated for 5.0 beta.
Diffstat (limited to 'core/init.lua')
-rw-r--r--core/init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/init.lua b/core/init.lua
index a9a7d554..c1aff4f9 100644
--- a/core/init.lua
+++ b/core/init.lua
@@ -1,6 +1,6 @@
-- Copyright 2007-2012 Mitchell mitchell<att>caladbolg.net. See LICENSE.
-_RELEASE = "Textadept 5.0 alpha"
+_RELEASE = "Textadept 5.0 beta"
package.path = _HOME..'/core/?.lua;'..package.path
os.setlocale('C', 'collate')