diff options
author | 2016-12-08 22:50:03 -0500 | |
---|---|---|
committer | 2016-12-08 22:50:03 -0500 | |
commit | 671380b56b55db638e6026e77e2eda0d3ac6ed52 (patch) | |
tree | 27ac64b5c6a22d0c7a163a7923ad61c1fe375799 /core/init.lua | |
parent | ed192326b8f6c89cfb5fba51fb185cbfc723fa43 (diff) | |
download | textadept-671380b56b55db638e6026e77e2eda0d3ac6ed52.tar.gz textadept-671380b56b55db638e6026e77e2eda0d3ac6ed52.zip |
Updated for 9.1.
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 114d2f18..24657fb0 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.0" +_RELEASE = "Textadept 9.1" _COPYRIGHT = 'Copyright © 2007-2016 Mitchell. See LICENSE.\n'.. 'http://foicica.com/textadept' |