aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2011-06-10 19:06:04 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2011-06-10 19:06:04 -0400
commite76486f565a56b504828bc85c560d5f9f11dd3aa (patch)
tree4367b4ba69bf102a0dfb1434adbd3d941f50cb4b /core
parent9c5ad02d42af5132ffec84a9e4fd5a3028bdaa2f (diff)
downloadtextadept-e76486f565a56b504828bc85c560d5f9f11dd3aa.tar.gz
textadept-e76486f565a56b504828bc85c560d5f9f11dd3aa.zip
Updated for 3.8.
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 0c933e42..f5eb769c 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"
+_RELEASE = "Textadept 3.8"
package.path = _HOME..'/core/?.lua;'..package.path
os.setlocale('C', 'collate')