Release 0.99.9.6

This commit is contained in:
UnknownShadow200 2017-11-13 02:04:52 +11:00
parent 4d23053559
commit b51b73c6d5
4 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@ namespace ClassicalSharp {
internal static class Program {
public const string AppName = "ClassicalSharp 0.99.9.5";
public const string AppName = "ClassicalSharp 0.99.9.6";
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.5")]
[assembly: AssemblyVersion("0.99.9.6")]

View File

@ -8,7 +8,7 @@ namespace Launcher {
internal static class Program {
public const string AppName = "ClassicalSharp Launcher 0.99.9.5";
public const string AppName = "ClassicalSharp Launcher 0.99.9.6";
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.5")]
[assembly: AssemblyVersion("0.99.9.6")]