From b68adb4a226f24b73f1f3d946533d982e6ba5c88 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Sun, 24 Dec 2017 05:45:43 +0000 Subject: [PATCH] Version bumped to 4.0.0.0. --- DiscImageChef.Decoders.csproj | 2 +- Properties/AssemblyInfo.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DiscImageChef.Decoders.csproj b/DiscImageChef.Decoders.csproj index e0d98f844..fb5a10bb6 100644 --- a/DiscImageChef.Decoders.csproj +++ b/DiscImageChef.Decoders.csproj @@ -9,7 +9,7 @@ Library DiscImageChef.Decoders DiscImageChef.Decoders - 3.99.6.0 + 4.0.0.0 false diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index d12c190bd..dd43105fa 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -48,7 +48,7 @@ using System.Reflection; // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("3.99.6.0")] +[assembly: AssemblyVersion("4.0.0.0")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing.