diff options
author | 2019-04-26 18:10:01 -0400 | |
---|---|---|
committer | 2019-04-26 18:10:01 -0400 | |
commit | 7dca867a9c6472c7be2c0633f00b7a09a8e3f989 (patch) | |
tree | 649ea2a82ea9d9a139a83c4b7a7c1c33b080261b /src | |
parent | 3343beb1c943137dc61c16478d7ddc15336a3b5c (diff) | |
download | textadept-7dca867a9c6472c7be2c0633f00b7a09a8e3f989.tar.gz textadept-7dca867a9c6472c7be2c0633f00b7a09a8e3f989.zip |
Updated for 10.4.
Diffstat (limited to 'src')
-rw-r--r-- | src/Info.plist | 4 | ||||
-rw-r--r-- | src/textadept.rc | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/src/Info.plist b/src/Info.plist index 4126a3d6..093d63f8 100644 --- a/src/Info.plist +++ b/src/Info.plist @@ -2282,9 +2282,9 @@ <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> - <string>10.3</string> + <string>10.4</string> <key>CFBundleShortVersionString</key> - <string>10.3</string> + <string>10.4</string> <key>NSHighResolutionCapable</key> <true/> </dict> diff --git a/src/textadept.rc b/src/textadept.rc index 310576ae..611a72f4 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, 3, 0, 0
-PRODUCTVERSION 10, 3, 0, 0
+FILEVERSION 10, 4, 0, 0
+PRODUCTVERSION 10, 4, 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", "10.3\0"
+ VALUE "FileVersion", "10.4\0"
VALUE "InternalName", "textadept\0"
VALUE "LegalCopyright", "Copyright 2006-2019 by Mitchell\0"
VALUE "OriginalFilename", "textadept.exe\0"
VALUE "ProductName", "textadept\0"
- VALUE "ProductVersion", "10.3\0"
+ VALUE "ProductVersion", "10.4\0"
END
END
END
|