Browse Source

bump version to 2.4

pull/724/head v2.4
Siegfried Pammer 9 years ago
parent
commit
6a58560bbd
  1. 4
      ILSpy/Properties/AssemblyInfo.template.cs

4
ILSpy/Properties/AssemblyInfo.template.cs

@ -35,8 +35,8 @@ using System.Runtime.InteropServices; @@ -35,8 +35,8 @@ using System.Runtime.InteropServices;
internal static class RevisionClass
{
public const string Major = "2";
public const string Minor = "3";
public const string Build = "2";
public const string Minor = "4";
public const string Build = "0";
public const string Revision = "$INSERTREVISION$";
public const string VersionName = null;

Loading…
Cancel
Save