aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar mitchell <none@none>2021-11-01 10:18:03 -0400
committerGravatar mitchell <none@none>2021-11-01 10:18:03 -0400
commit4f04cfb6e6b289985f620ad6919399ee2908addf (patch)
tree1e1cd2568bf4a854748f078b21813adad93c5c2c
parent04c478034e1f6ab7ffc3f8e98b6994ea474678b0 (diff)
Updated for 11.3 beta 2.
-rw-r--r--core/init.lua2
-rw-r--r--docs/api.md2
-rw-r--r--docs/images/languages.pngbin3421 -> 3401 bytes
-rw-r--r--docs/images/loc.pngbin3908 -> 3914 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 00b6ca3f..bda2d83b 100644
--- a/core/init.lua
+++ b/core/init.lua
@@ -1,6 +1,6 @@
-- Copyright 2007-2021 Mitchell. See LICENSE.
-_RELEASE = 'Textadept 11.3 beta'
+_RELEASE = 'Textadept 11.3 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 155f93ab..f8bb399c 100644
--- a/docs/api.md
+++ b/docs/api.md
@@ -1,4 +1,4 @@
-## Textadept 11.3 beta API Documentation
+## Textadept 11.3 beta 2 API Documentation
1. [_G](#_G)
1. [_L](#_L)
diff --git a/docs/images/languages.png b/docs/images/languages.png
index 5de33e24..06402164 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 22676306..8083b7e7 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 51149f5b..41401614 100644
--- a/docs/manual.md
+++ b/docs/manual.md
@@ -1,4 +1,4 @@
-## Textadept 11.3 beta Manual
+## Textadept 11.3 beta 2 Manual
**Contents**
diff --git a/src/Info.plist b/src/Info.plist
index 63d40c24..2f117926 100644
--- a/src/Info.plist
+++ b/src/Info.plist
@@ -2304,9 +2304,9 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>11.3beta</string>
+ <string>11.3beta2</string>
<key>CFBundleShortVersionString</key>
- <string>11.3 beta</string>
+ <string>11.3 beta 2</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
diff --git a/src/textadept.rc b/src/textadept.rc
index 31549615..72c6c807 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.3 beta\0"
+ VALUE "FileVersion", "11.3 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.3 beta\0"
+ VALUE "ProductVersion", "11.3 beta 2\0"
END
END
END