diff --git a/OutlookDesktop/Properties/AssemblyInfo.cs b/OutlookDesktop/Properties/AssemblyInfo.cs index 6b7728b..3f5cc2d 100644 --- a/OutlookDesktop/Properties/AssemblyInfo.cs +++ b/OutlookDesktop/Properties/AssemblyInfo.cs @@ -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.2.5.0")] -[assembly: AssemblyFileVersion("3.2.5.0")] +[assembly: AssemblyVersion("3.2.6")] +[assembly: AssemblyFileVersion("3.2.6")] // // In order to sign your assembly you must specify a key to use. Refer to the diff --git a/ServerStaging/ootdAppcastx64.xml b/ServerStaging/ootdAppcastx64.xml index aacc63e..15c0da8 100644 --- a/ServerStaging/ootdAppcastx64.xml +++ b/ServerStaging/ootdAppcastx64.xml @@ -6,12 +6,12 @@ Most recent changes with links to updates. en - Version 3.2.5 + Version 3.2.6 http://www.outlookonthedesktop.com/ootdReleaseNotes.md - Sat, 8 Aug 2015 14:00:00 +0000 - + Sat, 19 Sept 2015 10:30:00 +0000 + \ No newline at end of file diff --git a/ServerStaging/ootdAppcastx86.xml b/ServerStaging/ootdAppcastx86.xml index 412fd76..a977e4e 100644 --- a/ServerStaging/ootdAppcastx86.xml +++ b/ServerStaging/ootdAppcastx86.xml @@ -6,12 +6,12 @@ Most recent changes with links to updates. en - Version 3.2.5 + Version 3.2.6 http://www.outlookonthedesktop.com/ootdReleaseNotes.md - Sat, 8 Aug 2015 14:00:00 +0000 - + Sat, 19 Sept 2015 10:30:00 +0000 + \ No newline at end of file diff --git a/ServerStaging/ootdReleaseNotes.md b/ServerStaging/ootdReleaseNotes.md index 0b58a98..9c52393 100644 --- a/ServerStaging/ootdReleaseNotes.md +++ b/ServerStaging/ootdReleaseNotes.md @@ -1,5 +1,9 @@ # Outlook on the Desktop Release Notes +## 3.2.6 + +* Fixed an issue where OotD would not start up in for particular Office configurations. Office 365 being one of them. + ## 3.2.5 * Fixed issue where OotD wouldn't start on systems with older versions of Office (notably 2007 and 2003) diff --git a/Setup Script x64.iss b/Setup Script x64.iss index 1eb17a1..b51b3be 100644 --- a/Setup Script x64.iss +++ b/Setup Script x64.iss @@ -1,8 +1,8 @@ #include "isxdl.iss" #define MyAppName "Outlook on the Desktop" -#define MyAppVersion "3.2.5" -#define MyAppVerName "Outlook on the Desktop 3.2.5" +#define MyAppVersion "3.2.6" +#define MyAppVerName "Outlook on the Desktop 3.2.6" #define MyAppPublisher "Michael Scrivo" #define MyAppURL "http://www.outlookonthedesktop.com" #define MyAppExeName "OutlookDesktop.exe" diff --git a/Setup Script.iss b/Setup Script.iss index e6bbc6e..ac85ec5 100644 --- a/Setup Script.iss +++ b/Setup Script.iss @@ -1,8 +1,8 @@ #include "isxdl.iss" #define MyAppName "Outlook on the Desktop" -#define MyAppVersion "3.2.5" -#define MyAppVerName "Outlook on the Desktop 3.2.5" +#define MyAppVersion "3.2.6" +#define MyAppVerName "Outlook on the Desktop 3.2.6" #define MyAppPublisher "Michael Scrivo" #define MyAppURL "http://www.outlookonthedesktop.com" #define MyAppExeName "OutlookDesktop.exe"