diff options
author | 2013-05-25 16:39:35 -0400 | |
---|---|---|
committer | 2013-05-25 16:39:35 -0400 | |
commit | 9de7ba5af04be1f9def245eff29887c016817979 (patch) | |
tree | c83a9c7f1b010945c100ffaa942e5131996e7536 /core/init.lua | |
parent | 0742576640a432085559bb49ab1916c1d967d22d (diff) | |
download | textadept-9de7ba5af04be1f9def245eff29887c016817979.tar.gz textadept-9de7ba5af04be1f9def245eff29887c016817979.zip |
Updated for 6.6.
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 83da8eff..c58bc68e 100644 --- a/core/init.lua +++ b/core/init.lua @@ -1,6 +1,6 @@ -- Copyright 2007-2013 Mitchell mitchell.att.foicica.com. See LICENSE. -_RELEASE = "Textadept 6.6 beta" +_RELEASE = "Textadept 6.6" package.path = _HOME..'/core/?.lua;'..package.path |