aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2011-02-01 00:19:06 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2011-02-01 00:19:06 -0500
commit6247d10ad4e856f7e9a37afed82b62b161619fd1 (patch)
treef65376c6751da1f24593f7c670e4adbcdf7ac9df /core
parentdf5051e46ba55c3d2698d28c23bbdada15707a0c (diff)
downloadtextadept-6247d10ad4e856f7e9a37afed82b62b161619fd1.tar.gz
textadept-6247d10ad4e856f7e9a37afed82b62b161619fd1.zip
Updated for version 3.7 beta.
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 fe235f53..735bef6a 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.6"
+_RELEASE = "Textadept 3.7 beta"
package.path = _HOME..'/core/?.lua;'..package.path
os.setlocale('C', 'collate')