mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-16 11:06:06 -04:00
Release 0.96.
This commit is contained in:
parent
2b9b3e9632
commit
32a44fc231
@ -6,7 +6,7 @@ namespace ClassicalSharp {
|
|||||||
|
|
||||||
internal static class Program {
|
internal static class Program {
|
||||||
|
|
||||||
public static string AppName = "ClassicalSharp 0.95";
|
public const string AppName = "ClassicalSharp 0.96";
|
||||||
|
|
||||||
[STAThread]
|
[STAThread]
|
||||||
static void Main( string[] args ) {
|
static void Main( string[] args ) {
|
||||||
|
2
Launcher/MainForm.Designer.cs
generated
2
Launcher/MainForm.Designer.cs
generated
@ -475,7 +475,7 @@ namespace Launcher
|
|||||||
this.ClientSize = new System.Drawing.Size(484, 462);
|
this.ClientSize = new System.Drawing.Size(484, 462);
|
||||||
this.Controls.Add(this.tabs);
|
this.Controls.Add(this.tabs);
|
||||||
this.Name = "MainForm";
|
this.Name = "MainForm";
|
||||||
this.Text = "ClassicalSharp Launcher 0.95";
|
this.Text = "ClassicalSharp Launcher 0.96";
|
||||||
this.ResizeEnd += new System.EventHandler(this.MainFormResizeEnd);
|
this.ResizeEnd += new System.EventHandler(this.MainFormResizeEnd);
|
||||||
this.tabClassicubeNet.ResumeLayout(false);
|
this.tabClassicubeNet.ResumeLayout(false);
|
||||||
this.tabCC.ResumeLayout(false);
|
this.tabCC.ResumeLayout(false);
|
||||||
|
@ -10,7 +10,7 @@ namespace Launcher {
|
|||||||
|
|
||||||
public partial class MainForm : Form {
|
public partial class MainForm : Form {
|
||||||
|
|
||||||
public const string AppName = "ClassicalSharp Launcher 0.95";
|
public const string AppName = "ClassicalSharp Launcher 0.96";
|
||||||
|
|
||||||
public MainForm() {
|
public MainForm() {
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
|
@ -5,7 +5,7 @@ namespace Launcher2 {
|
|||||||
|
|
||||||
internal sealed class Program {
|
internal sealed class Program {
|
||||||
|
|
||||||
public const string AppName = "ClassicalSharp Launcher 0.95";
|
public const string AppName = "ClassicalSharp Launcher 0.96";
|
||||||
|
|
||||||
[STAThread]
|
[STAThread]
|
||||||
static void Main( string[] args ) {
|
static void Main( string[] args ) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user