diff options
| author | 2013-11-11 10:05:02 -0500 | |
|---|---|---|
| committer | 2013-11-11 10:05:02 -0500 | |
| commit | 19e13c2eb71a57aeb7148873b9696f8750effb72 (patch) | |
| tree | d4c2c929d7492ffa9784eea10210f4f6c24e5597 /core | |
| parent | 432cd5c0fa2c2d8751d8ee7489e39fe625afd748 (diff) | |
| download | textadept-19e13c2eb71a57aeb7148873b9696f8750effb72.tar.gz textadept-19e13c2eb71a57aeb7148873b9696f8750effb72.zip | |
Updated for 7.1.
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 7314ae01..b7429940 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" +_RELEASE = "Textadept 7.1" package.path = _HOME..'/core/?.lua;'..package.path |
