From faea7ee90d636fe8d2bc6a2f7f7b00dada9f01b2 Mon Sep 17 00:00:00 2001 From: Siegfried Pammer Date: Sun, 24 Jun 2018 20:00:48 +0200 Subject: [PATCH] Set pre-release version to 3.3-alpha --- ILSpy/Properties/AssemblyInfo.template.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ILSpy/Properties/AssemblyInfo.template.cs b/ILSpy/Properties/AssemblyInfo.template.cs index e6b5f2bb4..da138c82b 100644 --- a/ILSpy/Properties/AssemblyInfo.template.cs +++ b/ILSpy/Properties/AssemblyInfo.template.cs @@ -39,10 +39,10 @@ using System.Diagnostics.CodeAnalysis; internal static class RevisionClass { public const string Major = "3"; - public const string Minor = "2"; + public const string Minor = "3"; public const string Build = "0"; public const string Revision = "$INSERTREVISION$"; - public const string VersionName = "rc"; + public const string VersionName = "alpha"; public const string FullVersion = Major + "." + Minor + "." + Build + ".$INSERTREVISION$$INSERTBRANCHPOSTFIX$$INSERTVERSIONNAMEPOSTFIX$"; }