Skip to content

Commit

Permalink
PUBLISH (5.3.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
cyanfish committed Sep 25, 2016
1 parent 7d7c780 commit cbbdcec
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 57 deletions.
51 changes: 0 additions & 51 deletions NAPS2.Console/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -1,51 +0,0 @@
/*
NAPS2 (Not Another PDF Scanner 2)
http://sourceforge.net/projects/naps2/
Copyright (C) 2009 Pavel Sorejs
Copyright (C) 2012 Michael Adams
Copyright (C) 2013 Peter De Leeuw
Copyright (C) 2012-2015 Ben Olden-Cooligan
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
*/

using System.Reflection;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("NAPS2 (Not Another PDF Scanner 2)")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("NAPS2 (Not Another PDF Scanner 2)")]
[assembly: AssemblyCopyright("Copyright © 2009-2014 NAPS & NAPS2 Contributors")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("5c3db4a5-baec-47e9-8cf2-6acda4495255")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
[assembly: AssemblyVersion("5.3.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.3.0.*")]
[assembly: AssemblyVersion("5.3.1.*")]
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.3.0"
Version="5.3.1"
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.3.0.*")]
[assembly: AssemblyVersion("5.3.1.*")]
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.3.0"
#define AppVersion "5.3.1"

[Setup]
AppName=NAPS2 (Not Another PDF Scanner 2)
Expand Down
2 changes: 1 addition & 1 deletion NAPS2_64.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.3.0.*")]
[assembly: AssemblyVersion("5.3.1.*")]
2 changes: 1 addition & 1 deletion NAPS2_64/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.3.0.*")]
[assembly: AssemblyVersion("5.3.1.*")]

0 comments on commit cbbdcec

Please sign in to comment.