diff options
author | 2014-01-01 12:49:25 -0500 | |
---|---|---|
committer | 2014-01-01 12:49:25 -0500 | |
commit | 2f90946c76334830889d3df2bb570ef637c2b8eb (patch) | |
tree | 3d9507a17f12e76bd01bc33c2ba3f48b423778d8 /core | |
parent | ee8e402829b65901351bbbf7417c291da7c3b541 (diff) | |
download | textadept-2f90946c76334830889d3df2bb570ef637c2b8eb.tar.gz textadept-2f90946c76334830889d3df2bb570ef637c2b8eb.zip |
Updated for 7.2 alpha.
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 4d03bb01..af8f60c9 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.1" +_RELEASE = "Textadept 7.2 alpha" package.path = _HOME..'/core/?.lua;'..package.path |