diff --git a/NAPS2.Console/Properties/AssemblyInfo.cs b/NAPS2.Console/Properties/AssemblyInfo.cs index a4d990697..e0245c190 100644 --- a/NAPS2.Console/Properties/AssemblyInfo.cs +++ b/NAPS2.Console/Properties/AssemblyInfo.cs @@ -28,4 +28,4 @@ using System.Runtime.InteropServices; // Build Number // Revision // -[assembly: AssemblyVersion("5.8.2.*")] +[assembly: AssemblyVersion("6.0.1.*")] diff --git a/NAPS2.Core/Properties/AssemblyInfo.cs b/NAPS2.Core/Properties/AssemblyInfo.cs index 1342cc981..6c8d041d7 100644 --- a/NAPS2.Core/Properties/AssemblyInfo.cs +++ b/NAPS2.Core/Properties/AssemblyInfo.cs @@ -28,4 +28,4 @@ using System.Runtime.InteropServices; // Build Number // Revision // -[assembly: AssemblyVersion("5.8.2.*")] +[assembly: AssemblyVersion("6.0.1.*")] diff --git a/NAPS2.Portable/Properties/AssemblyInfo.cs b/NAPS2.Portable/Properties/AssemblyInfo.cs index c2d1c1054..ecf48186e 100644 --- a/NAPS2.Portable/Properties/AssemblyInfo.cs +++ b/NAPS2.Portable/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -using System.Reflection; +using System.Reflection; using System.Runtime.InteropServices; // General Information about an assembly is controlled through the following @@ -28,4 +28,4 @@ using System.Runtime.InteropServices; // Build Number // Revision // -[assembly: AssemblyVersion("5.8.2.*")] +[assembly: AssemblyVersion("6.0.1.*")] diff --git a/NAPS2.Setup/NAPS2.Setup.wxs b/NAPS2.Setup/NAPS2.Setup.wxs index 987c5c73c..8636d7dc3 100644 --- a/NAPS2.Setup/NAPS2.Setup.wxs +++ b/NAPS2.Setup/NAPS2.Setup.wxs @@ -4,7 +4,7 @@ Id="*" Name="NAPS2" Language="1033" - Version="5.8.2" + Version="6.0.1" Manufacturer="Ben Olden-Cooligan" UpgradeCode="FEB82971-B3E6-4F19-9684-1D543E644D73"> diff --git a/NAPS2.Worker/Properties/AssemblyInfo.cs b/NAPS2.Worker/Properties/AssemblyInfo.cs index e21858970..cf52d1f6f 100644 --- a/NAPS2.Worker/Properties/AssemblyInfo.cs +++ b/NAPS2.Worker/Properties/AssemblyInfo.cs @@ -32,4 +32,4 @@ using System.Runtime.InteropServices; // Build Number // Revision // -[assembly: AssemblyVersion("5.8.2.*")] +[assembly: AssemblyVersion("6.0.1.*")] diff --git a/NAPS2/Properties/AssemblyInfo.cs b/NAPS2/Properties/AssemblyInfo.cs index 2ac7abce4..02be073db 100644 --- a/NAPS2/Properties/AssemblyInfo.cs +++ b/NAPS2/Properties/AssemblyInfo.cs @@ -32,4 +32,4 @@ using System.Runtime.InteropServices; // Build Number // Revision // -[assembly: AssemblyVersion("5.8.2.*")] +[assembly: AssemblyVersion("6.0.1.*")] diff --git a/NAPS2/Setup/setup.iss b/NAPS2/Setup/setup.iss index a27ef79b0..ad8df1d3a 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.8.2" +#define AppVersion "6.0.1" [Setup] AppName=NAPS2 (Not Another PDF Scanner 2)