diff options
| author | 2011-10-31 23:27:12 -0400 | |
|---|---|---|
| committer | 2011-10-31 23:27:12 -0400 | |
| commit | 36b0277250a778b5bb3b5ad2997d646c49503fc7 (patch) | |
| tree | 71d8f1cb4b75fec376abdb745d16b56147151035 /core | |
| parent | a743f91d07ea66cba13985e7ec2f690a1bec03f0 (diff) | |
| download | textadept-36b0277250a778b5bb3b5ad2997d646c49503fc7.tar.gz textadept-36b0277250a778b5bb3b5ad2997d646c49503fc7.zip | |
Updated for 4.2.
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 ae69de30..97628b33 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 4.1" +_RELEASE = "Textadept 4.2" package.path = _HOME..'/core/?.lua;'..package.path os.setlocale('C', 'collate') |
