aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2022-01-31 12:10:00 -0500
committerGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2022-01-31 12:10:00 -0500
commit2334eb0056510f7b0706cec360dde0138074e080 (patch)
tree732ef47300a15b67088fd4af91eb33349098ba21
parentbc1f3e76fd5708f7fb25e581e48ead30260055ef (diff)
Updated for 11.3.
-rw-r--r--core/init.lua2
-rw-r--r--docs/api.md2
-rw-r--r--docs/images/languages.pngbin3475 -> 3548 bytes
-rw-r--r--docs/images/loc.pngbin3932 -> 3993 bytes
-rw-r--r--docs/index.html10
-rw-r--r--docs/manual.md2
-rw-r--r--src/Info.plist4
-rw-r--r--src/textadept.rc10
8 files changed, 15 insertions, 15 deletions
diff --git a/core/init.lua b/core/init.lua
index c043844a..f3deb0f5 100644
--- a/core/init.lua
+++ b/core/init.lua
@@ -1,6 +1,6 @@
-- Copyright 2007-2021 Mitchell. See LICENSE.
-_RELEASE = 'Textadept 11.3 beta 3'
+_RELEASE = 'Textadept 11.3'
_COPYRIGHT = 'Copyright © 2007-2021 Mitchell. See LICENSE.\n' ..
'https://orbitalquark.github.io/textadept'
diff --git a/docs/api.md b/docs/api.md
index 8f386f95..d014c16b 100644
--- a/docs/api.md
+++ b/docs/api.md
@@ -1,4 +1,4 @@
-## Textadept 11.3 beta 3 API Documentation
+## Textadept 11.3 API Documentation
1. [_G](#_G)
1. [_L](#_L)
diff --git a/docs/images/languages.png b/docs/images/languages.png
index d250d2d8..121df77e 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 1fc4c3e5..147e998e 100644
--- a/docs/images/loc.png
+++ b/docs/images/loc.png
Binary files differ
diff --git a/docs/index.html b/docs/index.html
index 63136ec3..c52ccf69 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -54,15 +54,15 @@
<div id="left">
<a id="download"></a>
- <h2>Download (v11.2)</h2>
+ <h2>Download (v11.3)</h2>
<a href="https://github.com/orbitalquark/textadept/releases.atom">
<img src="images/feed.png" style="float: right; margin: 0.25em;" alt="Atom" />
</a>
<ul>
- <li><a href="https://github.com/orbitalquark/textadept/releases/download/textadept_11.2/textadept_11.2.win32.zip">Win32</a></li>
- <li><a href="https://github.com/orbitalquark/textadept/releases/download/textadept_11.2/textadept_11.2.macOS.zip">macOS</a></li>
- <li><a href="https://github.com/orbitalquark/textadept/releases/download/textadept_11.2/textadept_11.2.linux.tgz">Linux</a></li>
- <li><a href="https://github.com/orbitalquark/textadept/releases/download/textadept_11.2/textadept_11.2.modules.zip">Modules</a></li>
+ <li><a href="https://github.com/orbitalquark/textadept/releases/download/textadept_11.3/textadept_11.3.win32.zip">Win32</a></li>
+ <li><a href="https://github.com/orbitalquark/textadept/releases/download/textadept_11.3/textadept_11.3.macOS.zip">macOS</a></li>
+ <li><a href="https://github.com/orbitalquark/textadept/releases/download/textadept_11.3/textadept_11.3.linux.tgz">Linux</a></li>
+ <li><a href="https://github.com/orbitalquark/textadept/releases/download/textadept_11.3/textadept_11.3.modules.zip">Modules</a></li>
</ul>
<hr style="margin: 0.25em 0.5em 0.25em 0.5em;" />
<ul>
diff --git a/docs/manual.md b/docs/manual.md
index c0285435..b88cf074 100644
--- a/docs/manual.md
+++ b/docs/manual.md
@@ -1,4 +1,4 @@
-## Textadept 11.3 beta 3 Manual
+## Textadept 11.3 Manual
**Contents**
diff --git a/src/Info.plist b/src/Info.plist
index 096f1116..9bee5f20 100644
--- a/src/Info.plist
+++ b/src/Info.plist
@@ -2304,9 +2304,9 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>11.3beta3</string>
+ <string>11.3</string>
<key>CFBundleShortVersionString</key>
- <string>11.3 beta 3</string>
+ <string>11.3</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
diff --git a/src/textadept.rc b/src/textadept.rc
index 3621202f..3a610f24 100644
--- a/src/textadept.rc
+++ b/src/textadept.rc
@@ -3,8 +3,8 @@
textadept ICON "../core/images/textadept.ico\0"
VS_VERSION_INFO VERSIONINFO
-FILEVERSION 11, 2, 9, 0
-PRODUCTVERSION 11, 2, 9, 0
+FILEVERSION 11, 3, 0, 0
+PRODUCTVERSION 11, 3, 0, 0
FILEFLAGSMASK 0x3fL
FILEFLAGS 0
FILEOS VOS_NT_WINDOWS32
@@ -17,12 +17,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Mitchell\0"
VALUE "FileDescription", "textadept\0"
- VALUE "FileVersion", "11.3 beta 3\0"
+ VALUE "FileVersion", "11.3\0"
VALUE "InternalName", "textadept\0"
- VALUE "LegalCopyright", "Copyright 2006-2021 by Mitchell\0"
+ VALUE "LegalCopyright", "Copyright 2006-2022 by Mitchell\0"
VALUE "OriginalFilename", "textadept.exe\0"
VALUE "ProductName", "textadept\0"
- VALUE "ProductVersion", "11.3 beta 3\0"
+ VALUE "ProductVersion", "11.3\0"
END
END
END