Browse Source

RC1 will be the next release

pull/2959/head v8.0-rc1
Christoph Wille 2 years ago
parent
commit
61f79a01cc
  1. 2
      ICSharpCode.Decompiler/Properties/DecompilerVersionInfo.template.cs

2
ICSharpCode.Decompiler/Properties/DecompilerVersionInfo.template.cs

@ -4,7 +4,7 @@ @@ -4,7 +4,7 @@
public const string Minor = "0";
public const string Build = "0";
public const string Revision = "$INSERTREVISION$";
public const string VersionName = "preview4";
public const string VersionName = "rc1";
public const string FullVersion = Major + "." + Minor + "." + Build + ".$INSERTREVISION$$INSERTBRANCHPOSTFIX$$INSERTVERSIONNAMEPOSTFIX$";
public const string FullVersionWithShortCommitHash = FullVersion + "-$INSERTSHORTCOMMITHASH$";

Loading…
Cancel
Save