Browse Source

Set version to 8.1.1

release/8.1 v8.1.1
Siegfried Pammer 2 years ago
parent
commit
cf4f68bf3a
  1. 2
      ICSharpCode.Decompiler/Properties/DecompilerVersionInfo.template.cs

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

@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
{
public const string Major = "8";
public const string Minor = "1";
public const string Build = "0";
public const string Build = "1";
public const string Revision = "$INSERTREVISION$";
public const string VersionName = null;

Loading…
Cancel
Save