Release 0.98.5

This commit is contained in:
UnknownShadow200 2016-01-02 23:50:29 +11:00
parent 784bcd73b4
commit 8023f9346f
5 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

@ -6,7 +6,7 @@ namespace Launcher2 {
internal sealed class Program {
public const string AppName = "ClassicalSharp Launcher 0.98.4";
public const string AppName = "ClassicalSharp Launcher 0.98.5";
public static string AppDirectory;

View File

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

View File

@ -9,4 +9,4 @@ using System.Runtime.InteropServices;
[assembly: AssemblyTrademark("OpenTK")]
[assembly: System.Security.AllowPartiallyTrustedCallers]
[assembly: ComVisible(false)]
[assembly: AssemblyVersion("0.98.4")]
[assembly: AssemblyVersion("0.98.5")]