From 3824d49aaaf928754d4b72ca40e8611859f9684c Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Thu, 31 Dec 2015 16:43:11 -0500 Subject: Updated for 8.5. --- src/Info.plist | 44 +++++++++++++++++++++++++++++++++++++++++++- src/textadept.rc | 8 ++++---- 2 files changed, 47 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/Info.plist b/src/Info.plist index 5e07bf89..7cccb6db 100644 --- a/src/Info.plist +++ b/src/Info.plist @@ -86,6 +86,17 @@ CFBundleTypeRole Editor + + CFBundleTypeExtensions + + au3 + a3x + + CFBundleTypeName + AutoIt source + CFBundleTypeRole + Editor + CFBundleTypeExtensions @@ -457,6 +468,16 @@ CFBundleTypeRole Editor + + CFBundleTypeExtensions + + icn + + CFBundleTypeName + Icon source + CFBundleTypeRole + Editor + CFBundleTypeExtensions @@ -769,6 +790,16 @@ CFBundleTypeRole Editor + + CFBundleTypeExtensions + + ps1 + + CFBundleTypeName + PowerShell source + CFBundleTypeRole + Editor + CFBundleTypeExtensions @@ -944,6 +975,17 @@ CFBundleTypeRole Editor + + CFBundleTypeExtensions + + sno + SNO + + CFBundleTypeName + SNOBOL4 source + CFBundleTypeRole + Editor + CFBundleTypeExtensions @@ -1133,7 +1175,7 @@ CFBundleSignature ???? CFBundleVersion - 8.4 + 8.5 NSHighResolutionCapable diff --git a/src/textadept.rc b/src/textadept.rc index 70088a8b..8030832f 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 8, 4, 0, 0 -PRODUCTVERSION 8, 4, 0, 0 +FILEVERSION 8, 5, 0, 0 +PRODUCTVERSION 8, 5, 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", "8.4\0" + VALUE "FileVersion", "8.5\0" VALUE "InternalName", "textadept\0" VALUE "LegalCopyright", "Copyright 2006-2015 by Mitchell\0" VALUE "OriginalFilename", "textadept.exe\0" VALUE "ProductName", "textadept\0" - VALUE "ProductVersion", "8.4\0" + VALUE "ProductVersion", "8.5\0" END END END -- cgit v1.2.3