diff options
author | 2020-03-29 22:07:29 -0400 | |
---|---|---|
committer | 2020-03-29 22:07:29 -0400 | |
commit | 02280ccb6b44800a3205b5e9bba3f0b43aca574d (patch) | |
tree | 55f3ccc8ab698b9e3431c01332277e7f8a5f83b7 /core | |
parent | 5dd2cae040b48ef2b5e80e2fb12524a923dac967 (diff) | |
download | textadept-02280ccb6b44800a3205b5e9bba3f0b43aca574d.tar.gz textadept-02280ccb6b44800a3205b5e9bba3f0b43aca574d.zip |
Updated for 11.0 alpha.
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 ffa7bbe3..12a774db 100644 --- a/core/init.lua +++ b/core/init.lua @@ -1,6 +1,6 @@ -- Copyright 2007-2020 Mitchell mitchell.att.foicica.com. See LICENSE. -_RELEASE = 'Textadept 10.8' +_RELEASE = 'Textadept 11.0 alpha' _COPYRIGHT = 'Copyright © 2007-2020 Mitchell. See LICENSE.\nhttp://foicica.com/textadept' |