mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-01-23 01:21:57 -05:00
Given that it has been 3 months since last release, guess it's time for another release.
This commit is contained in:
parent
c41bb0276d
commit
22ca1f0eb9
5 changed files with 5 additions and 5 deletions
|
@ -10,7 +10,7 @@ namespace ClassicalSharp {
|
|||
|
||||
internal static class Program {
|
||||
|
||||
public const string AppName = "ClassicalSharp 0.99.6";
|
||||
public const string AppName = "ClassicalSharp 0.99.7";
|
||||
|
||||
public static string AppDirectory;
|
||||
|
||||
|
|
|
@ -10,4 +10,4 @@ using System.Runtime.InteropServices;
|
|||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
[assembly: ComVisible(false)]
|
||||
[assembly: AssemblyVersion("0.99.6")]
|
||||
[assembly: AssemblyVersion("0.99.7")]
|
||||
|
|
|
@ -8,7 +8,7 @@ namespace Launcher {
|
|||
|
||||
internal static class Program {
|
||||
|
||||
public const string AppName = "ClassicalSharp Launcher 0.99.6";
|
||||
public const string AppName = "ClassicalSharp Launcher 0.99.7";
|
||||
|
||||
public static string AppDirectory;
|
||||
|
||||
|
|
|
@ -10,4 +10,4 @@ using System.Runtime.InteropServices;
|
|||
[assembly: AssemblyTrademark("")]
|
||||
[assembly: AssemblyCulture("")]
|
||||
[assembly: ComVisible(false)]
|
||||
[assembly: AssemblyVersion("0.99.6")]
|
||||
[assembly: AssemblyVersion("0.99.7")]
|
||||
|
|
|
@ -9,4 +9,4 @@ using System.Runtime.InteropServices;
|
|||
[assembly: AssemblyTrademark("OpenTK")]
|
||||
[assembly: System.Security.AllowPartiallyTrustedCallers]
|
||||
[assembly: ComVisible(false)]
|
||||
[assembly: AssemblyVersion("0.99.6")]
|
||||
[assembly: AssemblyVersion("0.99.7")]
|
Loading…
Reference in a new issue