diff options
author | 2018-05-31 09:24:21 -0400 | |
---|---|---|
committer | 2018-05-31 09:24:21 -0400 | |
commit | e8536f59aadb5fcae75ae21c1d1b1919b1e1910d (patch) | |
tree | 7f81d0b641919046abb756c269a2134d8448f933 /core | |
parent | 9b8226101ce2c0657d5555de23d09be2aa146a4b (diff) | |
download | textadept-e8536f59aadb5fcae75ae21c1d1b1919b1e1910d.tar.gz textadept-e8536f59aadb5fcae75ae21c1d1b1919b1e1910d.zip |
Updated for Textadept 10.0 beta 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 b119d207..08c77e4c 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 beta" +_RELEASE = "Textadept 10.0 beta 2" _COPYRIGHT = 'Copyright © 2007-2018 Mitchell. See LICENSE.\n'.. 'http://foicica.com/textadept' |