diff options
author | 2015-10-01 10:09:10 -0400 | |
---|---|---|
committer | 2015-10-01 10:09:10 -0400 | |
commit | 74e5eba1e75d758deaf0c71735c8167dbe489a55 (patch) | |
tree | b8e66bf0483e6d7725c9139ba18c3dd0fdeb6f71 /core/init.lua | |
parent | 200f7017f13e057cfd64650f4720d2fb116c4c5c (diff) | |
download | textadept-74e5eba1e75d758deaf0c71735c8167dbe489a55.tar.gz textadept-74e5eba1e75d758deaf0c71735c8167dbe489a55.zip |
Updated for 8.3.
Diffstat (limited to 'core/init.lua')
-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 38e19ace..969e02bc 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.2" +_RELEASE = "Textadept 8.3" package.path = _HOME..'/core/?.lua;'..package.path |