diff options
author | 2016-08-29 12:19:52 -0400 | |
---|---|---|
committer | 2016-08-29 12:19:52 -0400 | |
commit | 92ce6671d7c6c2c0acd19e4e068dc4749480324d (patch) | |
tree | 42cfb68df422e06725ee4330ae33787b82bea466 | |
parent | e40d61789e41c0f5ab2951bae2e74c2cfcf7af67 (diff) | |
download | textadept-92ce6671d7c6c2c0acd19e4e068dc4749480324d.tar.gz textadept-92ce6671d7c6c2c0acd19e4e068dc4749480324d.zip |
Updated for 9.0 beta.
-rw-r--r-- | core/init.lua | 2 | ||||
-rw-r--r-- | src/Info.plist | 2 | ||||
-rw-r--r-- | src/textadept.rc | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/core/init.lua b/core/init.lua index 88d00f5f..29be0ff4 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 2" +_RELEASE = "Textadept 9.0 beta" _COPYRIGHT = 'Copyright © 2007-2016 Mitchell. See LICENSE.\n'.. 'http://foicica.com/textadept' diff --git a/src/Info.plist b/src/Info.plist index 466bb47d..1252a3d9 100644 --- a/src/Info.plist +++ b/src/Info.plist @@ -1175,7 +1175,7 @@ <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> - <string>9.0 alpha 2</string> + <string>9.0 beta</string> <key>NSHighResolutionCapable</key> <true/> </dict> diff --git a/src/textadept.rc b/src/textadept.rc index 6c7be41b..fec0bae9 100644 --- a/src/textadept.rc +++ b/src/textadept.rc @@ -17,12 +17,12 @@ BEGIN BEGIN
VALUE "CompanyName", "Mitchell\0"
VALUE "FileDescription", "textadept\0"
- VALUE "FileVersion", "9.0 alpha 2\0"
+ VALUE "FileVersion", "9.0 beta\0"
VALUE "InternalName", "textadept\0"
VALUE "LegalCopyright", "Copyright 2006-2016 by Mitchell\0"
VALUE "OriginalFilename", "textadept.exe\0"
VALUE "ProductName", "textadept\0"
- VALUE "ProductVersion", "9.0 alpha 2\0"
+ VALUE "ProductVersion", "9.0 beta\0"
END
END
END
|