From a254ae34e3731b91a9ef6faaaaa0cd74826ea4dd Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Sat, 30 Dec 2017 09:09:49 +0000 Subject: [PATCH] Version up to 4.0.99.0. From now on in-development versions will be X.Y.99.Z, with Z being a published development versions, and X.Y being the latest stable release. --- DiscImageChef.Checksums.csproj | 2 +- Properties/AssemblyInfo.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DiscImageChef.Checksums.csproj b/DiscImageChef.Checksums.csproj index f6c35350d..9a5bfdda2 100644 --- a/DiscImageChef.Checksums.csproj +++ b/DiscImageChef.Checksums.csproj @@ -9,7 +9,7 @@ Library DiscImageChef.Checksums DiscImageChef.Checksums - 4.0.0.0 + 4.0.99.0 false diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index d79ee0852..6783be26c 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("4.0.0.0")] +[assembly: AssemblyVersion("4.0.99.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.