From 7bb2dd633e821401e4c6ea4bc7e7a149779374a2 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Sun, 4 Jun 2017 23:09:27 +0100 Subject: [PATCH] Version bumped to 3.4.99.0. --- DiscImageChef.Checksums.csproj | 2 +- Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DiscImageChef.Checksums.csproj b/DiscImageChef.Checksums.csproj index fade8bb70..cc6d2ad17 100644 --- a/DiscImageChef.Checksums.csproj +++ b/DiscImageChef.Checksums.csproj @@ -9,7 +9,7 @@ Library DiscImageChef.Checksums DiscImageChef.Checksums - 3.3.99.0 + 3.4.99.0 false diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index b5ffac7a0..ad62a07d4 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -using System.Reflection; +using System.Reflection; using System.Runtime.CompilerServices; // Information about this assembly is defined by the following attributes. @@ -17,7 +17,7 @@ using System.Runtime.CompilerServices; // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("3.3.99.0")] +[assembly: AssemblyVersion("3.4.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.