diff options
author | 2015-11-07 09:49:11 -0500 | |
---|---|---|
committer | 2015-11-07 09:49:11 -0500 | |
commit | 065ac30798a824e942a1b27fd0613c31f7956115 (patch) | |
tree | 13c454e8f06cb0980d0e1a65bace844dd0da289c /core | |
parent | 12e08684aa8196c567f6d5f728af3ac6e36c48f6 (diff) | |
download | textadept-065ac30798a824e942a1b27fd0613c31f7956115.tar.gz textadept-065ac30798a824e942a1b27fd0613c31f7956115.zip |
Updated for 8.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 969e02bc..f7b502be 100644 --- a/core/init.lua +++ b/core/init.lua @@ -1,6 +1,6 @@ -- Copyright 2007-2015 Mitchell mitchell.att.foicica.com. See LICENSE. -_RELEASE = "Textadept 8.3" +_RELEASE = "Textadept 8.4" package.path = _HOME..'/core/?.lua;'..package.path |