Skip to content

Commit

Permalink
Prepping for 3.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mscrivo committed Jul 3, 2015
1 parent db0e78a commit d6c9c4c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions OutlookDesktop/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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.1")]
[assembly: AssemblyFileVersion("3.2.1")]
[assembly: AssemblyVersion("3.2.2")]
[assembly: AssemblyFileVersion("3.2.2")]

//
// In order to sign your assembly you must specify a key to use. Refer to the
Expand Down
6 changes: 3 additions & 3 deletions Setup Script x64.iss
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#include "isxdl.iss"

#define MyAppName "Outlook on the Desktop"
#define MyAppVersion "3.2.1"
#define MyAppVerName "Outlook on the Desktop 3.2.1"
#define MyAppVersion "3.2.2"
#define MyAppVerName "Outlook on the Desktop 3.2.2"
#define MyAppPublisher "Michael Scrivo"
#define MyAppURL "http://www.outlookonthedesktop.com"
#define MyAppExeName "OutlookDesktop.exe"
#define MyAppCopyright "©2006-2014 Michael Scrivo"
#define MyAppCopyright "©2006-2015 Michael Scrivo"

[Setup]
ArchitecturesInstallIn64BitMode=x64
Expand Down
6 changes: 3 additions & 3 deletions Setup Script.iss
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#include "isxdl.iss"

#define MyAppName "Outlook on the Desktop"
#define MyAppVersion "3.2.1"
#define MyAppVerName "Outlook on the Desktop 3.2.1"
#define MyAppVersion "3.2.2"
#define MyAppVerName "Outlook on the Desktop 3.2.2"
#define MyAppPublisher "Michael Scrivo"
#define MyAppURL "http://www.outlookonthedesktop.com"
#define MyAppExeName "OutlookDesktop.exe"
#define MyAppCopyright "©2006-2014 Michael Scrivo"
#define MyAppCopyright "©2006-2015 Michael Scrivo"

[Setup]
AppName={#MyAppName}
Expand Down

0 comments on commit d6c9c4c

Please sign in to comment.