diff options
| author | 2015-08-31 09:58:34 -0400 | |
|---|---|---|
| committer | 2015-08-31 09:58:34 -0400 | |
| commit | bd75ab87e8692972fa9c72cb70b868d2030ce8bd (patch) | |
| tree | 53cb455ca736ccec10aee6dadffef59310e1bac4 /core | |
| parent | 8f89fa6548660ec4daa7a07f33ef9cad3cad260c (diff) | |
| download | textadept-bd75ab87e8692972fa9c72cb70b868d2030ce8bd.tar.gz textadept-bd75ab87e8692972fa9c72cb70b868d2030ce8bd.zip | |
Updated for 8.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 7634919e..d19085e0 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.1" +_RELEASE = "Textadept 8.2" package.path = _HOME..'/core/?.lua;'..package.path |
