diff options
author | 2013-04-27 02:04:53 -0400 | |
---|---|---|
committer | 2013-04-27 02:04:53 -0400 | |
commit | 8045f96321e12bf40999a2f6893a75be0f28ce3a (patch) | |
tree | a579dd75cc67cdbe846a11a36451094ed476f64e /core/init.lua | |
parent | 6f7d37b3f5c805594f098bd61786a76f8d8773f9 (diff) | |
download | textadept-8045f96321e12bf40999a2f6893a75be0f28ce3a.tar.gz textadept-8045f96321e12bf40999a2f6893a75be0f28ce3a.zip |
Updated for 6.6 beta.
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 68275835..d3a57482 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.5" +_RELEASE = "Textadept 6.6 beta" package.path = _HOME..'/core/?.lua;'..package.path |