diff options
| author | 2013-03-31 00:38:04 -0400 | |
|---|---|---|
| committer | 2013-03-31 00:38:04 -0400 | |
| commit | 06c57ff7660eec7f6d6aef8e791a218174cbd37f (patch) | |
| tree | 73c27efda8be58a909e28f9cf1fa2e4527ca776b /core | |
| parent | 02dd2c0bd0cad34182f4b55de54a9ea38e9ada50 (diff) | |
| download | textadept-06c57ff7660eec7f6d6aef8e791a218174cbd37f.tar.gz textadept-06c57ff7660eec7f6d6aef8e791a218174cbd37f.zip | |
Updated for 6.5.
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 9a61379b..cc94e618 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.4" +_RELEASE = "Textadept 6.5" package.path = _HOME..'/core/?.lua;'..package.path |
