diff options
author | 2010-07-01 08:36:44 -0400 | |
---|---|---|
committer | 2010-07-01 08:36:44 -0400 | |
commit | f5b7c5fa9fc5e1f1c779c324316c7bbcccb206e6 (patch) | |
tree | 73a30ee733809f337bb5e9e21b690da9758f8161 /core/init.lua | |
parent | 09cbf67fffe661a57f0401b6e61c12a799df8979 (diff) | |
download | textadept-f5b7c5fa9fc5e1f1c779c324316c7bbcccb206e6.tar.gz textadept-f5b7c5fa9fc5e1f1c779c324316c7bbcccb206e6.zip |
Updated files for version 3.0.
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 8947076c..db7c0371 100644 --- a/core/init.lua +++ b/core/init.lua @@ -1,6 +1,6 @@ -- Copyright 2007-2010 Mitchell mitchell<att>caladbolg.net. See LICENSE. -_RELEASE = "Textadept 3.0 beta" +_RELEASE = "Textadept 3.0" package.path = _HOME..'/core/?.lua;'..package.path |