Browse Source

Bump version number.

pull/70/head
Daniel Grunwald 15 years ago
parent
commit
e300932d81
  1. 6
      ILSpy/Properties/AssemblyInfo.template.cs

6
ILSpy/Properties/AssemblyInfo.template.cs

@ -31,11 +31,11 @@ using System.Runtime.InteropServices; @@ -31,11 +31,11 @@ using System.Runtime.InteropServices;
internal static class RevisionClass
{
public const string Major = "0";
public const string Minor = "1";
public const string Major = "1";
public const string Minor = "0";
public const string Build = "0";
public const string Revision = "$INSERTREVISION$";
public const string VersionName = "alpha";
public const string VersionName = null;
public const string FullVersion = Major + "." + Minor + "." + Build + ".$INSERTREVISION$$INSERTBRANCHPOSTFIX$$INSERTVERSIONNAMEPOSTFIX$";
}

Loading…
Cancel
Save