diff --git a/ILSpy/Properties/AssemblyInfo.template.cs b/ILSpy/Properties/AssemblyInfo.template.cs index c4be7cef5..085f8942e 100644 --- a/ILSpy/Properties/AssemblyInfo.template.cs +++ b/ILSpy/Properties/AssemblyInfo.template.cs @@ -15,7 +15,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyDescription(".NET assembly inspector and decompiler")] [assembly: AssemblyCompany("ic#code")] [assembly: AssemblyProduct("ILSpy")] -[assembly: AssemblyCopyright("Copyright 2011-2014 AlphaSierraPapa for the SharpDevelop Team")] +[assembly: AssemblyCopyright("Copyright 2011-2016 AlphaSierraPapa for the SharpDevelop Team")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -36,7 +36,7 @@ internal static class RevisionClass { public const string Major = "2"; public const string Minor = "3"; - public const string Build = "1"; + public const string Build = "2"; public const string Revision = "$INSERTREVISION$"; public const string VersionName = null; diff --git a/README.txt b/README.txt index 56ef9c3bb..76cdfb52f 100644 --- a/README.txt +++ b/README.txt @@ -1,7 +1,7 @@ ILSpy is the open-source .NET assembly browser and decompiler. Website: http://www.ilspy.net/ -Copyright 2011-2014 AlphaSierraPapa for the SharpDevelop team +Copyright 2011-2016 AlphaSierraPapa for the SharpDevelop team License: ILSpy is distributed under the MIT License. Included open-source libraries: