diff options
author | 2010-08-21 01:15:13 -0400 | |
---|---|---|
committer | 2010-08-21 01:15:13 -0400 | |
commit | 8ae4181ddb3307a464089ba2cf07e6e399a3008b (patch) | |
tree | 6427562ea3d0fdc27582eabbc5d3df3d9dfcd8ce /core | |
parent | f41a788cb424b31fd687253e8db3fd448a693b4a (diff) | |
download | textadept-8ae4181ddb3307a464089ba2cf07e6e399a3008b.tar.gz textadept-8ae4181ddb3307a464089ba2cf07e6e399a3008b.zip |
Updated files for version 3.1.
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 db7c0371..cea2b16f 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" +_RELEASE = "Textadept 3.1" package.path = _HOME..'/core/?.lua;'..package.path |