diff options
author | 2018-04-30 09:30:22 -0400 | |
---|---|---|
committer | 2018-04-30 09:30:22 -0400 | |
commit | 09d11e91b765523e5752d7fc6630a67a3f51327c (patch) | |
tree | f0e0dc21d818527ff8f14d6c795a1c5b9b67f625 /core | |
parent | ff5f02a158eeb705c3708761d77be2b908effc6e (diff) | |
download | textadept-09d11e91b765523e5752d7fc6630a67a3f51327c.tar.gz textadept-09d11e91b765523e5752d7fc6630a67a3f51327c.zip |
Updated for Textadept 10.0 beta.
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 8acc3660..b119d207 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 3" +_RELEASE = "Textadept 10.0 beta" _COPYRIGHT = 'Copyright © 2007-2018 Mitchell. See LICENSE.\n'.. 'http://foicica.com/textadept' |