diff options
author | 2013-06-29 11:24:59 -0400 | |
---|---|---|
committer | 2013-06-29 11:24:59 -0400 | |
commit | e8f9c0d8a0bf3517745071263a26934cf59bff3e (patch) | |
tree | 66153ba1a9c8c43e67094867151acd5427278c93 /core | |
parent | 94389cf548069afb0d66853412ea2bc02210fec6 (diff) | |
download | textadept-e8f9c0d8a0bf3517745071263a26934cf59bff3e.tar.gz textadept-e8f9c0d8a0bf3517745071263a26934cf59bff3e.zip |
Updated for 7.0 alpha 2.
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 83c6bed5..04c3dce7 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 alpha" +_RELEASE = "Textadept 7.0 alpha 2" package.path = _HOME..'/core/?.lua;'..package.path |