diff options
| author | 2012-05-31 22:18:23 -0400 | |
|---|---|---|
| committer | 2012-05-31 22:18:23 -0400 | |
| commit | ad97778e47af4eb09225c7768ebb076d74850792 (patch) | |
| tree | 9f1929e25998ba2f31f92be51804449a3fa4e5ee /core | |
| parent | 3a8ee9a639822aa7727afa14c285cbe5eb5ff2a4 (diff) | |
| download | textadept-ad97778e47af4eb09225c7768ebb076d74850792.tar.gz textadept-ad97778e47af4eb09225c7768ebb076d74850792.zip | |
Updated for Textadept 5.4.
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 573c0b76..ecfef7b9 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.3" +_RELEASE = "Textadept 5.4" package.path = _HOME..'/core/?.lua;'..package.path os.setlocale('C', 'collate') |
