Browse Source

Change version number to 2.0

pull/219/head
Daniel Grunwald 14 years ago
parent
commit
6af0d51969
  1. 2
      ILSpy/Properties/AssemblyInfo.template.cs

2
ILSpy/Properties/AssemblyInfo.template.cs

@ -31,7 +31,7 @@ using System.Runtime.InteropServices; @@ -31,7 +31,7 @@ using System.Runtime.InteropServices;
internal static class RevisionClass
{
public const string Major = "1";
public const string Major = "2";
public const string Minor = "0";
public const string Build = "0";
public const string Revision = "$INSERTREVISION$";

Loading…
Cancel
Save