Release 0.99.9.3

This commit is contained in:
UnknownShadow200 2017-08-20 07:15:59 +10:00
parent c320e569ac
commit b4a658d170
5 changed files with 5 additions and 5 deletions

View File

@ -10,7 +10,7 @@ namespace ClassicalSharp {
internal static class Program {
public const string AppName = "ClassicalSharp 0.99.9.2";
public const string AppName = "ClassicalSharp 0.99.9.3";
public static string AppDirectory;
#if !LAUNCHER

View File

@ -10,4 +10,4 @@ using System.Runtime.InteropServices;
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("0.99.9.2")]
[assembly: AssemblyVersion("0.99.9.3")]

View File

@ -8,7 +8,7 @@ namespace Launcher {
internal static class Program {
public const string AppName = "ClassicalSharp Launcher 0.99.9.2";
public const string AppName = "ClassicalSharp Launcher 0.99.9.3";
public static string AppDirectory;

View File

@ -10,4 +10,4 @@ using System.Runtime.InteropServices;
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("0.99.9.2")]
[assembly: AssemblyVersion("0.99.9.3")]

View File

@ -8,4 +8,4 @@ using System.Runtime.InteropServices;
[assembly: AssemblyCopyright("Copyright © 2006 - 2010 the Open Toolkit Library")]
[assembly: AssemblyTrademark("OpenTK")]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("0.99.9.2")]
[assembly: AssemblyVersion("0.99.9.3")]