aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2021-03-28 11:15:12 -0400
committerGravatar mitchell <70453897+orbitalquark@users.noreply.github.com>2021-03-28 11:15:12 -0400
commit9f12fb9588d698f1f83a3a79238b583df2256a62 (patch)
tree0dcc07f86e47e48aae9d097641ec7a1d2d20e115 /src
parent72ea9070282fac671b521f85b52ecbc34dcb2bf9 (diff)
Updated for 11.2 beta.
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 278a4ddc..64a4e084 100644
--- a/src/Info.plist
+++ b/src/Info.plist
@@ -2304,9 +2304,9 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>11.1</string>
+ <string>11.2beta</string>
<key>CFBundleShortVersionString</key>
- <string>11.1</string>
+ <string>11.2 beta</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
diff --git a/src/textadept.rc b/src/textadept.rc
index 06c796ce..6a0486fa 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, 0, 0
-PRODUCTVERSION 11, 1, 0, 0
+FILEVERSION 11, 1, 9, 9
+PRODUCTVERSION 11, 1, 9, 9
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.1\0"
+ VALUE "FileVersion", "11.2 beta\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.1\0"
+ VALUE "ProductVersion", "11.2 beta\0"
END
END
END