diff options
author | 2010-11-30 20:54:39 -0500 | |
---|---|---|
committer | 2010-11-30 20:54:39 -0500 | |
commit | 217b12f6bfe1ad3ecc924e0107bd71b83dcb65b3 (patch) | |
tree | 2abf9a3c25c8b07127d4c19f26dca1d9626212f1 /core | |
parent | 5b53aaa9b9c1603a679b59ee76ab3f85abb9fadf (diff) | |
download | textadept-217b12f6bfe1ad3ecc924e0107bd71b83dcb65b3.tar.gz textadept-217b12f6bfe1ad3ecc924e0107bd71b83dcb65b3.zip |
Updated for version 3.5.
Diffstat (limited to 'core')
-rw-r--r-- | core/init.lua | 2 |
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') |