diff options
author | 2019-12-31 16:07:36 -0500 | |
---|---|---|
committer | 2019-12-31 16:07:36 -0500 | |
commit | 0a88534a4fbbcebb40eaf846455ecf9cbdff90b4 (patch) | |
tree | 12cd310628b540d92397f430e9af83fd2d224b9b /core | |
parent | 50791bf37a922232885cbe1a3a7b23f96ababb94 (diff) | |
download | textadept-0a88534a4fbbcebb40eaf846455ecf9cbdff90b4.tar.gz textadept-0a88534a4fbbcebb40eaf846455ecf9cbdff90b4.zip |
Updated for 10.8.
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 afe46237..ea2daa4b 100644 --- a/core/init.lua +++ b/core/init.lua @@ -1,6 +1,6 @@ -- Copyright 2007-2019 Mitchell mitchell.att.foicica.com. See LICENSE. -_RELEASE = "Textadept 10.7" +_RELEASE = "Textadept 10.8" _COPYRIGHT = 'Copyright © 2007-2019 Mitchell. See LICENSE.\n'.. 'http://foicica.com/textadept' |