diff options
author | 2017-02-28 18:22:18 -0500 | |
---|---|---|
committer | 2017-02-28 18:22:18 -0500 | |
commit | 9b19a645c2f0dcf31781d73bba71076c6bfd1c88 (patch) | |
tree | 2283343c34b8b918e8264e3be66c0b8797190a7c /core | |
parent | 1768e3369ac181172c44c30e9e6aa905cc596d0d (diff) | |
download | textadept-9b19a645c2f0dcf31781d73bba71076c6bfd1c88.tar.gz textadept-9b19a645c2f0dcf31781d73bba71076c6bfd1c88.zip |
Updated for 9.3.
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 a7d2cca2..0ee297ac 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.2" +_RELEASE = "Textadept 9.3" _COPYRIGHT = 'Copyright © 2007-2017 Mitchell. See LICENSE.\n'.. 'http://foicica.com/textadept' |