From 1ab9801d39e6ea2bc4a9f55ba22f335623d8cfb2 Mon Sep 17 00:00:00 2001 From: Natalia Portillo Date: Fri, 19 May 2017 20:27:27 +0100 Subject: [PATCH] Bumped version to 3.3.99.0. --- ChangeLog | 4 ++++ Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 34c75e3..7117454 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2017-05-19 Natalia Portillo + + * AssemblyInfo.cs: Bumped version to 3.3.99.0. + 2017-05-19 Natalia Portillo * DiscImageChef.CommonTypes.csproj: Upped version to 3.3.99.0. diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index f1ea887..accd084 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.2.1.0")] +[assembly: AssemblyVersion("3.3.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.