Skip to content

Commit

Permalink
PUBLISH (3.3.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanfish committed Jun 10, 2015
1 parent bab9e45 commit 8ddf2b8
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion NAPS2.Console/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// Build Number
// Revision
//
[assembly: AssemblyVersion("3.2.1.*")]
[assembly: AssemblyVersion("3.3.0.*")]
[assembly: AssemblyFileVersion("1.0.0.0")]
4 changes: 2 additions & 2 deletions NAPS2.Core/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("3.2.1.*")]
[assembly: AssemblyVersion("3.2.1.*")]
// [assembly: AssemblyVersion("3.3.0.*")]
[assembly: AssemblyVersion("3.3.0.*")]
[assembly: AssemblyFileVersion("1.0.0.0")]
2 changes: 1 addition & 1 deletion NAPS2.Setup/NAPS2.Setup.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Id="*"
Name="NAPS2"
Language="1033"
Version="3.2.1"
Version="3.3.0"
Manufacturer="Ben Olden-Cooligan"
UpgradeCode="FEB82971-B3E6-4F19-9684-1D543E644D73">
<Package InstallerVersion="200" Compressed="yes" InstallScope="perMachine" />
Expand Down
2 changes: 1 addition & 1 deletion NAPS2/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// Build Number
// Revision
//
[assembly: AssemblyVersion("3.2.1.*")]
[assembly: AssemblyVersion("3.3.0.*")]
[assembly: AssemblyFileVersion("1.0.0.0")]
2 changes: 1 addition & 1 deletion NAPS2/Setup/setup.iss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
; Script generated by the Inno Setup Script Wizard.
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define AppVersion "3.2.1"
#define AppVersion "3.3.0"

[Setup]
AppName=NAPS2 (Not Another PDF Scanner 2)
Expand Down

0 comments on commit 8ddf2b8

Please sign in to comment.