aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2018-04-30 09:30:22 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2018-04-30 09:30:22 -0400
commit09d11e91b765523e5752d7fc6630a67a3f51327c (patch)
treef0e0dc21d818527ff8f14d6c795a1c5b9b67f625
parentff5f02a158eeb705c3708761d77be2b908effc6e (diff)
downloadtextadept-09d11e91b765523e5752d7fc6630a67a3f51327c.tar.gz
textadept-09d11e91b765523e5752d7fc6630a67a3f51327c.zip
Updated for Textadept 10.0 beta.
-rw-r--r--core/init.lua2
-rw-r--r--src/Info.plist4
-rw-r--r--src/textadept.rc4
3 files changed, 5 insertions, 5 deletions
diff --git a/core/init.lua b/core/init.lua
index 8acc3660..b119d207 100644
--- a/core/init.lua
+++ b/core/init.lua
@@ -1,6 +1,6 @@
-- Copyright 2007-2018 Mitchell mitchell.att.foicica.com. See LICENSE.
-_RELEASE = "Textadept 10.0 alpha 3"
+_RELEASE = "Textadept 10.0 beta"
_COPYRIGHT = 'Copyright © 2007-2018 Mitchell. See LICENSE.\n'..
'http://foicica.com/textadept'
diff --git a/src/Info.plist b/src/Info.plist
index 3eb50ac9..98ca06d8 100644
--- a/src/Info.plist
+++ b/src/Info.plist
@@ -2264,9 +2264,9 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>10.0alpha3</string>
+ <string>10.0beta</string>
<key>CFBundleShortVersionString</key>
- <string>10.0 alpha 3</string>
+ <string>10.0 beta</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
diff --git a/src/textadept.rc b/src/textadept.rc
index 85c3f99e..66f8d476 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", "10.0 alpha 3\0"
+ VALUE "FileVersion", "10.0 beta\0"
VALUE "InternalName", "textadept\0"
VALUE "LegalCopyright", "Copyright 2006-2018 by Mitchell\0"
VALUE "OriginalFilename", "textadept.exe\0"
VALUE "ProductName", "textadept\0"
- VALUE "ProductVersion", "10.0 alpha 3\0"
+ VALUE "ProductVersion", "10.0 beta\0"
END
END
END