diff options
author | 2016-04-29 08:18:45 -0400 | |
---|---|---|
committer | 2016-04-29 08:18:45 -0400 | |
commit | 741e21cc03f64635d24313b6ca7d52f2b38a2f98 (patch) | |
tree | ad0bde897f0728c00c79a2135b0bd2fb34adf67b /core/init.lua | |
parent | 5ae6162f19127c6909fe95f8de2695b04eeb9c32 (diff) | |
download | textadept-741e21cc03f64635d24313b6ca7d52f2b38a2f98.tar.gz textadept-741e21cc03f64635d24313b6ca7d52f2b38a2f98.zip |
Updated for 8.7.
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 8df6b6e9..3b9f35cf 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.6" +_RELEASE = "Textadept 8.7" _COPYRIGHT = 'Copyright © 2007-2016 Mitchell. See LICENSE.\n'.. 'http://foicica.com/textadept' |