diff options
author | 2017-08-28 16:09:14 -0400 | |
---|---|---|
committer | 2017-08-28 16:09:14 -0400 | |
commit | d4d5847dbee45e13841dbd04ee0db772a637d21a (patch) | |
tree | 3ce455fd83a4ce4848695d987c3381d02c85bded /core/init.lua | |
parent | 307c898e1d6ce9a3032eae96a0478182461c2377 (diff) | |
download | textadept-d4d5847dbee45e13841dbd04ee0db772a637d21a.tar.gz textadept-d4d5847dbee45e13841dbd04ee0db772a637d21a.zip |
Updated for 9.5.
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 4bd200eb..83f75e44 100644 --- a/core/init.lua +++ b/core/init.lua @@ -1,6 +1,6 @@ -- Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE. -_RELEASE = "Textadept 9.5 beta" +_RELEASE = "Textadept 9.5" _COPYRIGHT = 'Copyright © 2007-2017 Mitchell. See LICENSE.\n'.. 'http://foicica.com/textadept' |