aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2022-03-02 23:31:12 -0500
committerGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2022-03-02 23:31:12 -0500
commit2afbc3aa5ffaad3d5a6a2c8c55aa6340e5ada14e (patch)
tree16ce8e34c9d9b0ac78b0f2062d749c8a0d96f63a
parent2bb13fc7f1d2305829c8d7be1ab9192de5e5540b (diff)
Updated for 11.4 nightly.
Lots of changes are in store for the next release, so label the intermediate state in an attempt to minimize confusion. The docs are published immediately on GitHub.
-rw-r--r--core/init.lua2
-rw-r--r--docs/api.md2
-rw-r--r--docs/manual.md2
-rw-r--r--src/Info.plist4
-rw-r--r--src/textadept.rc8
5 files changed, 9 insertions, 9 deletions
diff --git a/core/init.lua b/core/init.lua
index fd5a089d..4290c901 100644
--- a/core/init.lua
+++ b/core/init.lua
@@ -1,6 +1,6 @@
-- Copyright 2007-2022 Mitchell. See LICENSE.
-_RELEASE = 'Textadept 11.3'
+_RELEASE = 'Textadept 11.4 nightly'
_COPYRIGHT = 'Copyright © 2007-2022 Mitchell. See LICENSE.\n' ..
'https://orbitalquark.github.io/textadept'
diff --git a/docs/api.md b/docs/api.md
index 0db7934c..d2cc3d67 100644
--- a/docs/api.md
+++ b/docs/api.md
@@ -1,4 +1,4 @@
-## Textadept 11.3 API Documentation
+## Textadept 11.4 nightly API Documentation
1. [_G](#_G)
1. [_L](#_L)
diff --git a/docs/manual.md b/docs/manual.md
index f6ae1964..8dca5d1c 100644
--- a/docs/manual.md
+++ b/docs/manual.md
@@ -1,4 +1,4 @@
-## Textadept 11.3 Manual
+## Textadept 11.4 nightly Manual
**Contents**
diff --git a/src/Info.plist b/src/Info.plist
index 9bee5f20..6c940cca 100644
--- a/src/Info.plist
+++ b/src/Info.plist
@@ -2304,9 +2304,9 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>11.3</string>
+ <string>11.4nightly</string>
<key>CFBundleShortVersionString</key>
- <string>11.3</string>
+ <string>11.4 nightly</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
diff --git a/src/textadept.rc b/src/textadept.rc
index 3a610f24..69f45b79 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, 3, 0, 0
-PRODUCTVERSION 11, 3, 0, 0
+FILEVERSION 11, 3, 9, 0
+PRODUCTVERSION 11, 3, 9, 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\0"
+ VALUE "FileVersion", "11.4 nightly\0"
VALUE "InternalName", "textadept\0"
VALUE "LegalCopyright", "Copyright 2006-2022 by Mitchell\0"
VALUE "OriginalFilename", "textadept.exe\0"
VALUE "ProductName", "textadept\0"
- VALUE "ProductVersion", "11.3\0"
+ VALUE "ProductVersion", "11.4 nightly\0"
END
END
END