diff options
author | 2019-02-28 17:49:54 -0500 | |
---|---|---|
committer | 2019-02-28 17:49:54 -0500 | |
commit | 97ff2aedc16248f6a6d9540d743630a75956406c (patch) | |
tree | a8c0696a8ca004f391c2419de13215e0688f65eb /core | |
parent | 0957dc4cb75f37b6d4bd46b2d258946d7d5c0121 (diff) | |
download | textadept-97ff2aedc16248f6a6d9540d743630a75956406c.tar.gz textadept-97ff2aedc16248f6a6d9540d743630a75956406c.zip |
Updated for 10.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 803acc86..d6ca2f66 100644 --- a/core/init.lua +++ b/core/init.lua @@ -1,6 +1,6 @@ -- Copyright 2007-2019 Mitchell mitchell.att.foicica.com. See LICENSE. -_RELEASE = "Textadept 10.3 beta" +_RELEASE = "Textadept 10.3" _COPYRIGHT = 'Copyright © 2007-2019 Mitchell. See LICENSE.\n'.. 'http://foicica.com/textadept' |