diff --git a/NAPS2.Console/Properties/AssemblyInfo.cs b/NAPS2.Console/Properties/AssemblyInfo.cs index acb7dbe0a8..e69de29bb2 100644 --- a/NAPS2.Console/Properties/AssemblyInfo.cs +++ b/NAPS2.Console/Properties/AssemblyInfo.cs @@ -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.*")] diff --git a/NAPS2.Core/Properties/AssemblyInfo.cs b/NAPS2.Core/Properties/AssemblyInfo.cs index 923edf68af..091379e986 100644 --- a/NAPS2.Core/Properties/AssemblyInfo.cs +++ b/NAPS2.Core/Properties/AssemblyInfo.cs @@ -28,4 +28,4 @@ // Build Number // Revision // -[assembly: AssemblyVersion("5.3.0.*")] +[assembly: AssemblyVersion("5.3.1.*")] diff --git a/NAPS2.Setup/NAPS2.Setup.wxs b/NAPS2.Setup/NAPS2.Setup.wxs index 64c1756dbb..71cdcccb19 100644 --- a/NAPS2.Setup/NAPS2.Setup.wxs +++ b/NAPS2.Setup/NAPS2.Setup.wxs @@ -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"> diff --git a/NAPS2/Properties/AssemblyInfo.cs b/NAPS2/Properties/AssemblyInfo.cs index d7f631191f..14d8ff3172 100644 --- a/NAPS2/Properties/AssemblyInfo.cs +++ b/NAPS2/Properties/AssemblyInfo.cs @@ -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.*")] diff --git a/NAPS2/Setup/setup.iss b/NAPS2/Setup/setup.iss index 1f0bc12dc7..9b9b7996d9 100644 --- a/NAPS2/Setup/setup.iss +++ b/NAPS2/Setup/setup.iss @@ -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) diff --git a/NAPS2_64.Console/Properties/AssemblyInfo.cs b/NAPS2_64.Console/Properties/AssemblyInfo.cs index 029d0c6116..c9bca017e7 100644 --- a/NAPS2_64.Console/Properties/AssemblyInfo.cs +++ b/NAPS2_64.Console/Properties/AssemblyInfo.cs @@ -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.*")] diff --git a/NAPS2_64/Properties/AssemblyInfo.cs b/NAPS2_64/Properties/AssemblyInfo.cs index b77f2cbe95..ca5e01e445 100644 --- a/NAPS2_64/Properties/AssemblyInfo.cs +++ b/NAPS2_64/Properties/AssemblyInfo.cs @@ -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.*")]