This commit is contained in:
Regalis
2017-05-31 19:38:39 +03:00
parent 8d78e1743b
commit 6cc4f7c575
4 changed files with 7 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ using System.Runtime.InteropServices;
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyCopyright("Copyright © Undertow Games 2016")]
[assembly: AssemblyCopyright("Copyright © Undertow Games 2017")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
@@ -31,5 +31,5 @@ using System.Runtime.InteropServices;
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.5.3.600")]
[assembly: AssemblyFileVersion("0.5.3.600")]
[assembly: AssemblyVersion("0.6.0.0")]
[assembly: AssemblyFileVersion("0.6.0.0")]