diff options
author | 2012-04-30 19:49:23 -0400 | |
---|---|---|
committer | 2012-04-30 19:49:23 -0400 | |
commit | 26dce65309d0bac38f14dfe3b88faa9a4c8734cc (patch) | |
tree | 53e3a6e274ef428091617f640c8190aa72ab3f06 /core | |
parent | e9730ae7ee7f14fade8f8e16213192780a5ffc05 (diff) | |
download | textadept-26dce65309d0bac38f14dfe3b88faa9a4c8734cc.tar.gz textadept-26dce65309d0bac38f14dfe3b88faa9a4c8734cc.zip |
Updated for Textadept 5.3.
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 6ece3e02..573c0b76 100644 --- a/core/init.lua +++ b/core/init.lua @@ -1,6 +1,6 @@ -- Copyright 2007-2012 Mitchell mitchell.att.foicica.com. See LICENSE. -_RELEASE = "Textadept 5.2" +_RELEASE = "Textadept 5.3" package.path = _HOME..'/core/?.lua;'..package.path os.setlocale('C', 'collate') |