diff options
author | 2012-07-26 18:20:52 -0400 | |
---|---|---|
committer | 2012-07-26 18:20:52 -0400 | |
commit | 79050d83fca683e6b4eb949c3b1ed786d7306b89 (patch) | |
tree | 87075c865b1637ec28194c6e0c19bd8b467e5c5f /core | |
parent | 49b7aef691f3653670a8a0bf3e01904b7a760f44 (diff) | |
download | textadept-79050d83fca683e6b4eb949c3b1ed786d7306b89.tar.gz textadept-79050d83fca683e6b4eb949c3b1ed786d7306b89.zip |
Updated for 6.0 beta.
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 97fbdde2..d7b7df4f 100644 --- a/core/init.lua +++ b/core/init.lua @@ -1,6 +1,6 @@ -- Copyright 2007-2012 Mitchell mitchell.att.foicica.com. See LICENSE. -_RELEASE = "Textadept 5.5 beta" +_RELEASE = "Textadept 6.0 beta" package.path = _HOME..'/core/?.lua;'..package.path os.setlocale('C', 'collate') |