aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormitchell <none@none>2021-08-01 20:26:02 -0400
committermitchell <none@none>2021-08-01 20:26:02 -0400
commita16864969e2f4135d0a213e0208d9f8f00bedc28 (patch)
tree19701b1f428cccbc1c9333027d6edcec693e8f8c /src
parent54d3e8f40413f56c4a299189d052e7a190b5b410 (diff)
downloadtextadept-a16864969e2f4135d0a213e0208d9f8f00bedc28.tar.gz
textadept-a16864969e2f4135d0a213e0208d9f8f00bedc28.zip
Updated for 11.2.
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 79f32fe2..672dc6a4 100644
--- a/src/Info.plist
+++ b/src/Info.plist
@@ -2304,9 +2304,9 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>11.2beta3</string>
+ <string>11.2</string>
<key>CFBundleShortVersionString</key>
- <string>11.2 beta 3</string>
+ <string>11.2</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
diff --git a/src/textadept.rc b/src/textadept.rc
index 1a01a039..237c788a 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, 1, 9, 9
-PRODUCTVERSION 11, 1, 9, 9
+FILEVERSION 11, 2, 0, 0
+PRODUCTVERSION 11, 2, 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.2 beta 3\0"
+ VALUE "FileVersion", "11.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 3\0"
+ VALUE "ProductVersion", "11.2\0"
END
END
END