diff options
author | 2016-09-28 15:56:47 -0400 | |
---|---|---|
committer | 2016-09-28 15:56:47 -0400 | |
commit | 9303ac592ad2940d0932b6d91db0f7dc5c56c9f6 (patch) | |
tree | 259e83be0b40159a0b653f5e3db7245719a71002 /core | |
parent | f004c9da96ec90dd7e33da84e8be59a54eebaf84 (diff) | |
download | textadept-9303ac592ad2940d0932b6d91db0f7dc5c56c9f6.tar.gz textadept-9303ac592ad2940d0932b6d91db0f7dc5c56c9f6.zip |
Updated for 9.0.
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 29be0ff4..8fff0c15 100644 --- a/core/init.lua +++ b/core/init.lua @@ -1,6 +1,6 @@ -- Copyright 2007-2016 Mitchell mitchell.att.foicica.com. See LICENSE. -_RELEASE = "Textadept 9.0 beta" +_RELEASE = "Textadept 9.0" _COPYRIGHT = 'Copyright © 2007-2016 Mitchell. See LICENSE.\n'.. 'http://foicica.com/textadept' |