diff options
author | 2018-03-30 17:52:10 -0400 | |
---|---|---|
committer | 2018-03-30 17:52:10 -0400 | |
commit | 4f89c48f0e1001a6f1de41f63cbe3a636da98aad (patch) | |
tree | 9663a88ea4f2f0a7326eeb00bb6dcddcb46c2d02 /core | |
parent | 5e7554dfddf9c0e5b3bfa286e600f49a0be0659c (diff) | |
download | textadept-4f89c48f0e1001a6f1de41f63cbe3a636da98aad.tar.gz textadept-4f89c48f0e1001a6f1de41f63cbe3a636da98aad.zip |
Updated for 10.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 2444d275..aa6ece5d 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 2" +_RELEASE = "Textadept 10.0 alpha 3" _COPYRIGHT = 'Copyright © 2007-2018 Mitchell. See LICENSE.\n'.. 'http://foicica.com/textadept' |