diff options
author | 2013-10-30 23:55:22 -0400 | |
---|---|---|
committer | 2013-10-30 23:55:22 -0400 | |
commit | f6cd399ce714b1ec3baf0e8018241b10212334f8 (patch) | |
tree | 9c088f729465f9f30fae526fd5f4a083c30368b2 /core | |
parent | d113e962a9276a206cb3c12a2779f9565b9b8630 (diff) | |
download | textadept-f6cd399ce714b1ec3baf0e8018241b10212334f8.tar.gz textadept-f6cd399ce714b1ec3baf0e8018241b10212334f8.zip |
Updated for 7.0.
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 655c1e5b..e38b031a 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 7.0 beta 5" +_RELEASE = "Textadept 7.0" package.path = _HOME..'/core/?.lua;'..package.path |