diff --git a/OutlookDesktop/Properties/AssemblyInfo.cs b/OutlookDesktop/Properties/AssemblyInfo.cs index 0d16d34..d923617 100644 --- a/OutlookDesktop/Properties/AssemblyInfo.cs +++ b/OutlookDesktop/Properties/AssemblyInfo.cs @@ -14,7 +14,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("SMR Computer Services")] [assembly: AssemblyProduct("Outlook on the Desktop")] -[assembly: AssemblyCopyright("© 2006-2016 SMR Computer Services")] +[assembly: AssemblyCopyright("© 2006-2017 SMR Computer Services")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -29,8 +29,8 @@ // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("3.5.0")] -[assembly: AssemblyFileVersion("3.5.0")] +[assembly: AssemblyVersion("3.5.1")] +[assembly: AssemblyFileVersion("3.5.1")] // // In order to sign your assembly you must specify a key to use. Refer to the diff --git a/Setup Script x64.iss b/Setup Script x64.iss index b4b2d70..50d7412 100644 --- a/Setup Script x64.iss +++ b/Setup Script x64.iss @@ -1,12 +1,12 @@ #include #define MyAppName "Outlook on the Desktop" -#define MyAppVersion "3.5.0" -#define MyAppVerName "Outlook on the Desktop 3.5.0" +#define MyAppVersion "3.5.1" +#define MyAppVerName "Outlook on the Desktop 3.5.1" #define MyAppPublisher "Michael Scrivo" #define MyAppURL "https://outlookonthedesktop.com" #define MyAppExeName "OutlookDesktop.exe" -#define MyAppCopyright "©2006-2016 Michael Scrivo" +#define MyAppCopyright "©2006-2017 Michael Scrivo" [Setup] ArchitecturesInstallIn64BitMode=x64 diff --git a/Setup Script.iss b/Setup Script.iss index e836c87..f07b944 100644 --- a/Setup Script.iss +++ b/Setup Script.iss @@ -1,12 +1,12 @@ #include #define MyAppName "Outlook on the Desktop" -#define MyAppVersion "3.5.0" -#define MyAppVerName "Outlook on the Desktop 3.5.0" +#define MyAppVersion "3.5.1" +#define MyAppVerName "Outlook on the Desktop 3.5.1" #define MyAppPublisher "Michael Scrivo" #define MyAppURL "https://outlookonthedesktop.com" #define MyAppExeName "OutlookDesktop.exe" -#define MyAppCopyright "©2006-2016 Michael Scrivo" +#define MyAppCopyright "©2006-2017 Michael Scrivo" [Setup] AppName={#MyAppName}