diff options
author | 2020-07-28 22:01:33 -0400 | |
---|---|---|
committer | 2020-07-28 22:01:33 -0400 | |
commit | 9b9bef5f2d640eaf6deaca3ab93ccda49a39e790 (patch) | |
tree | dd1ee629bf15679d24df5a879ab1481aeec8e0ac /core | |
parent | 8614b05ba9a01adf5224e86ed6afc840fa3ebf0a (diff) | |
download | textadept-9b9bef5f2d640eaf6deaca3ab93ccda49a39e790.tar.gz textadept-9b9bef5f2d640eaf6deaca3ab93ccda49a39e790.zip |
Updated for 11.0 alpha 3.
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 0619afca..0097d1e9 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 11.0 alpha 2' +_RELEASE = 'Textadept 11.0 alpha 3' _COPYRIGHT = 'Copyright © 2007-2020 Mitchell. See LICENSE.\nhttp://foicica.com/textadept' |