aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2010-11-30 20:54:39 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2010-11-30 20:54:39 -0500
commit217b12f6bfe1ad3ecc924e0107bd71b83dcb65b3 (patch)
tree2abf9a3c25c8b07127d4c19f26dca1d9626212f1 /core
parent5b53aaa9b9c1603a679b59ee76ab3f85abb9fadf (diff)
downloadtextadept-217b12f6bfe1ad3ecc924e0107bd71b83dcb65b3.tar.gz
textadept-217b12f6bfe1ad3ecc924e0107bd71b83dcb65b3.zip
Updated for version 3.5.
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 6cd82211..439593e7 100644
--- a/core/init.lua
+++ b/core/init.lua
@@ -1,6 +1,6 @@
-- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE.
-_RELEASE = "Textadept 3.4"
+_RELEASE = "Textadept 3.5"
package.path = _HOME..'/core/?.lua;'..package.path
os.setlocale('C', 'collate')