aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2018-12-29 15:05:20 -0500
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2018-12-29 15:05:20 -0500
commit86ab4a6470ea7911bb64f03da33554cb4cd697cd (patch)
tree1b5730c51c230bbd2dd9199851c09d05f1fbb1d8 /src
parent344b6bf59ea1bc5e4ebc27376625a65b8c8463c8 (diff)
Updated for 10.3 beta.
Diffstat (limited to 'src')
-rw-r--r--src/Info.plist4
-rw-r--r--src/textadept.rc10
2 files changed, 7 insertions, 7 deletions
diff --git a/src/Info.plist b/src/Info.plist
index f234317a..d0e7671a 100644
--- a/src/Info.plist
+++ b/src/Info.plist
@@ -2264,9 +2264,9 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>10.2</string>
+ <string>10.3beta</string>
<key>CFBundleShortVersionString</key>
- <string>10.2</string>
+ <string>10.3 beta</string>
<key>NSHighResolutionCapable</key>
<true/>
</dict>
diff --git a/src/textadept.rc b/src/textadept.rc
index 14ffccb4..84485bea 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 10, 2, 0, 0
-PRODUCTVERSION 10, 2, 0, 0
+FILEVERSION 10, 2, 9, 9
+PRODUCTVERSION 10, 2, 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", "10.2\0"
+ VALUE "FileVersion", "10.3 beta\0"
VALUE "InternalName", "textadept\0"
- VALUE "LegalCopyright", "Copyright 2006-2018 by Mitchell\0"
+ VALUE "LegalCopyright", "Copyright 2006-2019 by Mitchell\0"
VALUE "OriginalFilename", "textadept.exe\0"
VALUE "ProductName", "textadept\0"
- VALUE "ProductVersion", "10.2\0"
+ VALUE "ProductVersion", "10.3 beta\0"
END
END
END