diff options
author | 2016-02-29 08:33:56 -0500 | |
---|---|---|
committer | 2016-02-29 08:33:56 -0500 | |
commit | 2f446327f63f28feca0208c940a136c9f747f22b (patch) | |
tree | 062405d3a6df3b9a8988787963471b2d2b27c85f /core/init.lua | |
parent | f7146d54b533a33a1859acf6a6686c7e679f4c64 (diff) | |
download | textadept-2f446327f63f28feca0208c940a136c9f747f22b.tar.gz textadept-2f446327f63f28feca0208c940a136c9f747f22b.zip |
Updated for 8.6.
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 ce126943..8df6b6e9 100644 --- a/core/init.lua +++ b/core/init.lua @@ -1,6 +1,6 @@ -- Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE. -_RELEASE = "Textadept 8.5" +_RELEASE = "Textadept 8.6" _COPYRIGHT = 'Copyright © 2007-2016 Mitchell. See LICENSE.\n'.. 'http://foicica.com/textadept' |