diff options
author | 2017-12-31 21:22:02 -0500 | |
---|---|---|
committer | 2017-12-31 21:22:02 -0500 | |
commit | 0e2927cacc12a91347f575bbd7601055c43cdc39 (patch) | |
tree | 48d0689cb845a3d1d7cb1b099a9a4e49ff6e9341 /core/init.lua | |
parent | 961af8b794b4b869b6a5670f9cb6e3548b4a107a (diff) | |
download | textadept-0e2927cacc12a91347f575bbd7601055c43cdc39.tar.gz textadept-0e2927cacc12a91347f575bbd7601055c43cdc39.zip |
Updated for 10.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 bcecd2e8..5eccfaf9 100644 --- a/core/init.lua +++ b/core/init.lua @@ -1,6 +1,6 @@ -- Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE. -_RELEASE = "Textadept 9.6" +_RELEASE = "Textadept 10.0 alpha" _COPYRIGHT = 'Copyright © 2007-2017 Mitchell. See LICENSE.\n'.. 'http://foicica.com/textadept' |