diff options
author | 2010-06-20 22:12:17 -0400 | |
---|---|---|
committer | 2010-06-20 22:12:17 -0400 | |
commit | 04cb4d7a6c481a91488c4c8aea616a1dd46cfb39 (patch) | |
tree | 5f7863e76f838927727cd365f95fb8ea0c7219fc /core | |
parent | 622b6d8dd846661b2b0dde432dd5567c89018d7a (diff) | |
download | textadept-04cb4d7a6c481a91488c4c8aea616a1dd46cfb39.tar.gz textadept-04cb4d7a6c481a91488c4c8aea616a1dd46cfb39.zip |
Updated version info for 3.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 8eb06758..8947076c 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 2.2" +_RELEASE = "Textadept 3.0 beta" package.path = _HOME..'/core/?.lua;'..package.path |