diff options
author | 2018-02-28 17:52:11 -0500 | |
---|---|---|
committer | 2018-02-28 17:52:11 -0500 | |
commit | f1cf4fba7c379ca617b8af05aa5c4afac22475e5 (patch) | |
tree | 621c1468a197e4c8e8888688148aa82b06ad559f /core | |
parent | 228ffe41b2a563d7a797b6e0413e7f9a2ef96136 (diff) | |
download | textadept-f1cf4fba7c379ca617b8af05aa5c4afac22475e5.tar.gz textadept-f1cf4fba7c379ca617b8af05aa5c4afac22475e5.zip |
Updated for 10.0 alpha 2.
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 ae5407cb..2444d275 100644 --- a/core/init.lua +++ b/core/init.lua @@ -1,6 +1,6 @@ -- Copyright 2007-2018 Mitchell mitchell.att.foicica.com. See LICENSE. -_RELEASE = "Textadept 10.0 alpha" +_RELEASE = "Textadept 10.0 alpha 2" _COPYRIGHT = 'Copyright © 2007-2018 Mitchell. See LICENSE.\n'.. 'http://foicica.com/textadept' |