aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar mitchell <none@none>2021-11-30 15:53:21 -0500
committerGravatar mitchell <none@none>2021-11-30 15:53:21 -0500
commitee88cb2aa2b85d41b9dcb9286fd3da5b3f4e4891 (patch)
tree3390d764659c26050b302d2f802c9b4693a5f365 /src
parentbe9f71f979847fd5993cf5aee36cb9e8f36cff21 (diff)
Updated for 11.3 beta 3.
Diffstat (limited to 'src')
-rw-r--r--src/Info.plist4
-rw-r--r--src/textadept.rc4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/Info.plist b/src/Info.plist
index 2f117926..096f1116 100644
--- a/src/Info.plist
+++ b/src/Info.plist
@@ -2304,9 +2304,9 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>11.3beta2</string>
+ <string>11.3beta3</string>
<key>CFBundleShortVersionString</key>
- <string>11.3 beta 2</string>
+ <string>11.3 beta 3</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
diff --git a/src/textadept.rc b/src/textadept.rc
index 72c6c807..3621202f 100644
--- a/src/textadept.rc
+++ b/src/textadept.rc
@@ -17,12 +17,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "Mitchell\0"
VALUE "FileDescription", "textadept\0"
- VALUE "FileVersion", "11.3 beta 2\0"
+ VALUE "FileVersion", "11.3 beta 3\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.3 beta 2\0"
+ VALUE "ProductVersion", "11.3 beta 3\0"
END
END
END