diff options
author | 2011-08-30 20:58:37 -0400 | |
---|---|---|
committer | 2011-08-30 20:58:37 -0400 | |
commit | a8514b38631f4ae4b30146c82119ba95f951c4db (patch) | |
tree | 742eba0dbdd1d17ce71b9956b584473cad76bd87 /core/init.lua | |
parent | 94a410830cc0c93323dcb69a63a57e3c5d963d3b (diff) | |
download | textadept-a8514b38631f4ae4b30146c82119ba95f951c4db.tar.gz textadept-a8514b38631f4ae4b30146c82119ba95f951c4db.zip |
Updated for 4.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 4e7c3584..8126679b 100644 --- a/core/init.lua +++ b/core/init.lua @@ -1,6 +1,6 @@ -- Copyright 2007-2011 Mitchell mitchell<att>caladbolg.net. See LICENSE. -_RELEASE = "Textadept 4.0 beta 2" +_RELEASE = "Textadept 4.0" package.path = _HOME..'/core/?.lua;'..package.path os.setlocale('C', 'collate') |