diff options
author | 2017-04-30 19:57:00 -0400 | |
---|---|---|
committer | 2017-04-30 19:57:00 -0400 | |
commit | aea105a14fe9afe7102a29dc893ca13b1f70bacb (patch) | |
tree | 84a83282140dfa98c52484183b210551568ee744 /core/init.lua | |
parent | 2bd40df8575f86b283456a8fb4f206ba87b06f3d (diff) | |
download | textadept-aea105a14fe9afe7102a29dc893ca13b1f70bacb.tar.gz textadept-aea105a14fe9afe7102a29dc893ca13b1f70bacb.zip |
Updated for 9.4.
Diffstat (limited to 'core/init.lua')
-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 1484151e..27c87773 100644 --- a/core/init.lua +++ b/core/init.lua @@ -1,6 +1,6 @@ -- Copyright 2007-2017 Mitchell mitchell.att.foicica.com. See LICENSE. -_RELEASE = "Textadept 9.3" +_RELEASE = "Textadept 9.4" _COPYRIGHT = 'Copyright © 2007-2017 Mitchell. See LICENSE.\n'.. 'http://foicica.com/textadept' |