diff options
author | 2017-06-30 18:04:27 -0400 | |
---|---|---|
committer | 2017-06-30 18:04:27 -0400 | |
commit | d68f5e4b4667d24ec1f3cf85209fd750f2575572 (patch) | |
tree | 32926241964dfb5af11abdc6ce9962f197c92bc8 /core | |
parent | a4ec2dc505f5a06b193bb892d891410ec7c9ec80 (diff) | |
download | textadept-d68f5e4b4667d24ec1f3cf85209fd750f2575572.tar.gz textadept-d68f5e4b4667d24ec1f3cf85209fd750f2575572.zip |
Updated for 9.5 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 27c87773..4bd200eb 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.4" +_RELEASE = "Textadept 9.5 beta" _COPYRIGHT = 'Copyright © 2007-2017 Mitchell. See LICENSE.\n'.. 'http://foicica.com/textadept' |