diff options
author | 2016-12-21 10:11:03 -0500 | |
---|---|---|
committer | 2016-12-21 10:11:03 -0500 | |
commit | 7eb223bd271837bbd02d679bc49768719d74f8e0 (patch) | |
tree | bc9ad46b2aff2c9c52763c8586c546e29d7eda56 /core/init.lua | |
parent | 329d8746d91c0dee10683f604fa751616d602856 (diff) | |
download | textadept-7eb223bd271837bbd02d679bc49768719d74f8e0.tar.gz textadept-7eb223bd271837bbd02d679bc49768719d74f8e0.zip |
Updated for 9.2.
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 24657fb0..9b6c5944 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 9.1" +_RELEASE = "Textadept 9.2" _COPYRIGHT = 'Copyright © 2007-2016 Mitchell. See LICENSE.\n'.. 'http://foicica.com/textadept' |