aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2021-05-29 23:58:26 -0400
committerGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2021-05-29 23:58:26 -0400
commit31c1f746622bf0c6415d640c5b060f0dd6ae481a (patch)
tree4849f99e2d79bec9cd899c37dcd0851d55f86221
parent331e8bcb0d5d9e86201c0aa2a75a55b0b12f132c (diff)
Updated for 11.2 beta 2.
-rw-r--r--core/init.lua2
-rw-r--r--docs/api.md2
-rw-r--r--docs/images/languages.pngbin3434 -> 3526 bytes
-rw-r--r--docs/images/loc.pngbin3814 -> 3846 bytes
-rw-r--r--docs/manual.md2
-rw-r--r--src/Info.plist4
-rw-r--r--src/textadept.rc4
7 files changed, 7 insertions, 7 deletions
diff --git a/core/init.lua b/core/init.lua
index 361edf3e..52273d35 100644
--- a/core/init.lua
+++ b/core/init.lua
@@ -1,6 +1,6 @@
-- Copyright 2007-2021 Mitchell. See LICENSE.
-_RELEASE = 'Textadept 11.2 beta'
+_RELEASE = 'Textadept 11.2 beta 2'
_COPYRIGHT = 'Copyright © 2007-2021 Mitchell. See LICENSE.\n' ..
'https://orbitalquark.github.io/textadept'
diff --git a/docs/api.md b/docs/api.md
index 7c303936..2975e1f1 100644
--- a/docs/api.md
+++ b/docs/api.md
@@ -1,4 +1,4 @@
-## Textadept 11.2 beta API Documentation
+## Textadept 11.2 beta 2 API Documentation
1. [_G](#_G)
1. [_L](#_L)
diff --git a/docs/images/languages.png b/docs/images/languages.png
index eec6a3e7..87855925 100644
--- a/docs/images/languages.png
+++ b/docs/images/languages.png
Binary files differ
diff --git a/docs/images/loc.png b/docs/images/loc.png
index c684d2dc..7f131693 100644
--- a/docs/images/loc.png
+++ b/docs/images/loc.png
Binary files differ
diff --git a/docs/manual.md b/docs/manual.md
index 8036d184..d186ad2c 100644
--- a/docs/manual.md
+++ b/docs/manual.md
@@ -1,4 +1,4 @@
-## Textadept 11.2 beta Manual
+## Textadept 11.2 beta 2 Manual
**Contents**
diff --git a/src/Info.plist b/src/Info.plist
index 64a4e084..871017ec 100644
--- a/src/Info.plist
+++ b/src/Info.plist
@@ -2304,9 +2304,9 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>11.2beta</string>
+ <string>11.2beta2</string>
<key>CFBundleShortVersionString</key>
- <string>11.2 beta</string>
+ <string>11.2 beta 2</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
diff --git a/src/textadept.rc b/src/textadept.rc
index 6a0486fa..1fa9a728 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", "11.2 beta\0"
+ VALUE "FileVersion", "11.2 beta 2\0"
VALUE "InternalName", "textadept\0"
VALUE "LegalCopyright", "Copyright 2006-2021 by Mitchell\0"
VALUE "OriginalFilename", "textadept.exe\0"
VALUE "ProductName", "textadept\0"
- VALUE "ProductVersion", "11.2 beta\0"
+ VALUE "ProductVersion", "11.2 beta 2\0"
END
END
END