diff options
author | 2016-07-11 18:54:20 -0400 | |
---|---|---|
committer | 2016-07-11 18:54:20 -0400 | |
commit | 0e23f43c3440454bc2508da2bcb44f0ae27d94c2 (patch) | |
tree | 7074bd2ff7a67a75e2da73b1712620596e6b3dbe /core | |
parent | 7c441df7973ab92a5bf47f69560ddc91ec9886d9 (diff) | |
download | textadept-0e23f43c3440454bc2508da2bcb44f0ae27d94c2.tar.gz textadept-0e23f43c3440454bc2508da2bcb44f0ae27d94c2.zip |
Updated for 9.0 alpha 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 44922760..88d00f5f 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 alpha" +_RELEASE = "Textadept 9.0 alpha 2" _COPYRIGHT = 'Copyright © 2007-2016 Mitchell. See LICENSE.\n'.. 'http://foicica.com/textadept' |