diff options
author | 2014-04-01 09:44:15 -0400 | |
---|---|---|
committer | 2014-04-01 09:44:15 -0400 | |
commit | 5abdec9ea9f026755c711e327c25c4bcbd69c96f (patch) | |
tree | b2d80d822a993ae7ea1477533013db405f4448b1 /core/init.lua | |
parent | f00cac5dd0e7fd63e430e5e75fe476afd7f199fc (diff) | |
download | textadept-5abdec9ea9f026755c711e327c25c4bcbd69c96f.tar.gz textadept-5abdec9ea9f026755c711e327c25c4bcbd69c96f.zip |
Updated for 7.2 beta 2.
Diffstat (limited to 'core/init.lua')
-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 5f84ad0d..3ac9d131 100644 --- a/core/init.lua +++ b/core/init.lua @@ -1,6 +1,6 @@ -- Copyright 2007-2014 Mitchell mitchell.att.foicica.com. See LICENSE. -_RELEASE = "Textadept 7.2 beta 2" +_RELEASE = "Textadept 7.2 beta 3" package.path = _HOME..'/core/?.lua;'..package.path |