diff options
author | 2016-06-30 16:04:48 -0400 | |
---|---|---|
committer | 2016-06-30 16:04:48 -0400 | |
commit | 5cafa86b7d4667130e881966702893b0d1e5ef83 (patch) | |
tree | 0517240cdf30cc751cffe4b3423a03ec61b11087 /core/init.lua | |
parent | 9f4b4db46d1dc36066aa12ec6ae403c395f75652 (diff) | |
download | textadept-5cafa86b7d4667130e881966702893b0d1e5ef83.tar.gz textadept-5cafa86b7d4667130e881966702893b0d1e5ef83.zip |
Updated for 9.0 alpha.
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 c05d6404..c8dc5d4b 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 8.7" +_RELEASE = "Textadept 9.0 alpha" _COPYRIGHT = 'Copyright © 2007-2016 Mitchell. See LICENSE.\n'.. 'http://foicica.com/textadept' |