Skip to content

Commit

Permalink
PUBLISH (5.1.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanfish committed Mar 27, 2016
1 parent 7816f29 commit 876e58f
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion NAPS2.Console/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// Build Number
// Revision
//
[assembly: AssemblyVersion("5.0.3.*")]
[assembly: AssemblyVersion("5.1.0.*")]
2 changes: 1 addition & 1 deletion NAPS2.Core/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@
// Build Number
// Revision
//
[assembly: AssemblyVersion("5.0.3.*")]
[assembly: AssemblyVersion("5.1.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="5.0.3"
Version="5.1.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,4 +52,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// Build Number
// Revision
//
[assembly: AssemblyVersion("5.0.3.*")]
[assembly: AssemblyVersion("5.1.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 "5.0.3"
#define AppVersion "5.1.0"

[Setup]
AppName=NAPS2 (Not Another PDF Scanner 2)
Expand Down
6 changes: 3 additions & 3 deletions NAPS2_64.Console/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
NAPS2 (Not Another PDF Scanner 2)
http://sourceforge.net/projects/naps2/
Expand Down Expand Up @@ -29,7 +29,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("NAPS2 (Not Another PDF Scanner 2)")]
[assembly: AssemblyCopyright("Copyright © 2009-2014 NAPS & NAPS2 Contributors")]
[assembly: AssemblyCopyright("Copyright © 2009-2014 NAPS & NAPS2 Contributors")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -48,4 +48,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// Build Number
// Revision
//
[assembly: AssemblyVersion("5.0.3.*")]
[assembly: AssemblyVersion("5.1.0.*")]
6 changes: 3 additions & 3 deletions NAPS2_64/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
NAPS2 (Not Another PDF Scanner 2)
http://sourceforge.net/projects/naps2/
Expand Down Expand Up @@ -32,7 +32,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("NAPS2 (Not Another PDF Scanner 2)")]
[assembly: AssemblyCopyright("Copyright © 2009 Pavel Sorejs, Copyright © 2012 Michael Adams, Copyright © 2013 Peter De Leeuw, Copyright © 2012-2015 Ben Olden-Cooligan; Icons from http://www.fatcow.com/free-icons")]
[assembly: AssemblyCopyright("Copyright © 2009 Pavel Sorejs, Copyright © 2012 Michael Adams, Copyright © 2013 Peter De Leeuw, Copyright © 2012-2015 Ben Olden-Cooligan; Icons from http://www.fatcow.com/free-icons")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

Expand All @@ -52,4 +52,4 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// Build Number
// Revision
//
[assembly: AssemblyVersion("5.0.3.*")]
[assembly: AssemblyVersion("5.1.0.*")]

0 comments on commit 876e58f

Please sign in to comment.