Skip to content

Commit

Permalink
System: Preparing for another release
Browse files Browse the repository at this point in the history
  • Loading branch information
Octal450 committed Jan 31, 2022
1 parent 0968d0d commit a75d26e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions J-Runner/Classes/variables.cs
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ public enum JR_MODE
MODEJR,
MODEFW
}
public static string version = "3.1.0c Beta";
public static string version = "3.1.0c";
public static string build = "3102." + DateTime.ParseExact(Properties.Resources.Build.Trim(), "MM-dd-yyyy HH:mm:ss", null).ToString("yyMMdd.HHmm");
public const string staticversion = "3.1.0.2";
public static int revision = 14;
public static int revision = 15;
public static bool iswriting;
public static bool isscanningip = false;
public static JR_MODE current_mode = JR_MODE.MODEJR;
Expand Down
3 changes: 1 addition & 2 deletions J-Runner/Panels/XeBuildPanel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -705,8 +705,7 @@ private void chkRgh3_CheckedChanged(object sender, EventArgs e)
{
if (chkRgh3.Checked)
{
//Console.WriteLine("RGH3 Selected"); // Enable when out of beta
Console.WriteLine("Warning: RGH3 is still in beta, use at your own risk"); // Remove when out of beta
Console.WriteLine("RGH3 Selected");
chkCleanSMC.Checked = false;
chkCR4.Checked = false;
chkSMCP.Checked = false;
Expand Down
2 changes: 1 addition & 1 deletion J-Runner/Resources/Build.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
01-30-2022 17:28:45
01-31-2022 21:21:21

0 comments on commit a75d26e

Please sign in to comment.