aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormitchell <70453897+orbitalquark@users.noreply.github.com>2021-01-29 13:37:03 -0500
committermitchell <70453897+orbitalquark@users.noreply.github.com>2021-01-29 13:37:03 -0500
commit9bdcf1a04a9d96ed007ac49ccc48c377a6d65e54 (patch)
tree0f1a6905928916fde08252e84e5bcbc4007abe6e /src
parent9a1a6b5c2e0e6a9a5e8c4abeec3980203838e461 (diff)
downloadtextadept-9bdcf1a04a9d96ed007ac49ccc48c377a6d65e54.tar.gz
textadept-9bdcf1a04a9d96ed007ac49ccc48c377a6d65e54.zip
Updated for 11.1.
Diffstat (limited to 'src')
-rw-r--r--src/Info.plist4
-rw-r--r--src/textadept.rc8
2 files changed, 6 insertions, 6 deletions
diff --git a/src/Info.plist b/src/Info.plist
index 19c72c03..278a4ddc 100644
--- a/src/Info.plist
+++ b/src/Info.plist
@@ -2304,9 +2304,9 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>11.0</string>
+ <string>11.1</string>
<key>CFBundleShortVersionString</key>
- <string>11.0</string>
+ <string>11.1</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
diff --git a/src/textadept.rc b/src/textadept.rc
index f64caeea..06c796ce 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, 0, 0, 0
-PRODUCTVERSION 11, 0, 0, 0
+FILEVERSION 11, 1, 0, 0
+PRODUCTVERSION 11, 1, 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.0\0"
+ VALUE "FileVersion", "11.1\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.0\0"
+ VALUE "ProductVersion", "11.1\0"
END
END
END