aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2011-02-28 23:46:14 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2011-02-28 23:46:14 -0500
commit8129a98fb246f5b1a5e00a1f014cc50e6c0dfd29 (patch)
tree375ac7230f2c7ecec777c8eda8664c4a204c9d4e /core
parent415b9c4817acdcfc53598c08af20db575a1cd553 (diff)
downloadtextadept-8129a98fb246f5b1a5e00a1f014cc50e6c0dfd29.tar.gz
textadept-8129a98fb246f5b1a5e00a1f014cc50e6c0dfd29.zip
Updated for version 3.7 beta 2.
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 735bef6a..cd617f4b 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 3.7 beta"
+_RELEASE = "Textadept 3.7 beta 2"
package.path = _HOME..'/core/?.lua;'..package.path
os.setlocale('C', 'collate')