diff --git a/OutlookDesktop/OutlookDesktop.csproj b/OutlookDesktop/OutlookDesktop.csproj
index aeb4760..3296c1d 100644
--- a/OutlookDesktop/OutlookDesktop.csproj
+++ b/OutlookDesktop/OutlookDesktop.csproj
@@ -14,8 +14,10 @@
prompt
true
false
- 3008
+
+
false
+ true
Local
@@ -78,7 +80,7 @@
prompt
true
MinimumRecommendedRules.ruleset
- false
+ true
false
3008
false
@@ -97,6 +99,7 @@
false
false
false
+ true
true
@@ -114,6 +117,7 @@
Auto
false
false
+ true
app.manifest
diff --git a/OutlookDesktop/Properties/AssemblyInfo.cs b/OutlookDesktop/Properties/AssemblyInfo.cs
index 28290a2..6b7728b 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.4.1")]
-[assembly: AssemblyFileVersion("3.2.4.1")]
+[assembly: AssemblyVersion("3.2.5.0")]
+[assembly: AssemblyFileVersion("3.2.5.0")]
//
// 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 62ceaae..aacc63e 100644
--- a/ServerStaging/ootdAppcastx64.xml
+++ b/ServerStaging/ootdAppcastx64.xml
@@ -6,12 +6,12 @@
Most recent changes with links to updates.
en
-
- Version 3.2.4
+ Version 3.2.5
http://www.outlookonthedesktop.com/ootdReleaseNotes.md
- Thurs, 25 July 2015 21:50:00 +0000
-
+ Sat, 8 Aug 2015 14:00:00 +0000
+
\ No newline at end of file
diff --git a/ServerStaging/ootdAppcastx86.xml b/ServerStaging/ootdAppcastx86.xml
index 786fa40..412fd76 100644
--- a/ServerStaging/ootdAppcastx86.xml
+++ b/ServerStaging/ootdAppcastx86.xml
@@ -6,12 +6,12 @@
Most recent changes with links to updates.
en
-
- Version 3.2.4
+ Version 3.2.5
http://www.outlookonthedesktop.com/ootdReleaseNotes.md
- Thurs, 25 July 2015 21:50:00 +0000
-
+ Sat, 8 Aug 2015 14:00:00 +0000
+
\ No newline at end of file
diff --git a/ServerStaging/ootdReleaseNotes.md b/ServerStaging/ootdReleaseNotes.md
index a2323dd..0b58a98 100644
--- a/ServerStaging/ootdReleaseNotes.md
+++ b/ServerStaging/ootdReleaseNotes.md
@@ -1,5 +1,9 @@
# Outlook on the Desktop Release Notes
+## 3.2.5
+
+* Fixed issue where OotD wouldn't start on systems with older versions of Office (notably 2007 and 2003)
+
## 3.2.4
* Fixed issue introduced in 3.2.1 where having OotD running would make Outlook unresponsive after some time.
diff --git a/Setup Script x64.iss b/Setup Script x64.iss
index 6477456..1eb17a1 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.4.1"
-#define MyAppVerName "Outlook on the Desktop 3.2.4.1"
+#define MyAppVersion "3.2.5"
+#define MyAppVerName "Outlook on the Desktop 3.2.5"
#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 f99f2c7..e6bbc6e 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.4.1"
-#define MyAppVerName "Outlook on the Desktop 3.2.4.1"
+#define MyAppVersion "3.2.5"
+#define MyAppVerName "Outlook on the Desktop 3.2.5"
#define MyAppPublisher "Michael Scrivo"
#define MyAppURL "http://www.outlookonthedesktop.com"
#define MyAppExeName "OutlookDesktop.exe"