Skip to content

Commit

Permalink
Preparing for another release
Browse files Browse the repository at this point in the history
  • Loading branch information
Octal450 committed Dec 28, 2021
1 parent dfddaf6 commit c2bd137
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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,9 +69,9 @@ public enum JR_MODE
MODEJR,
MODEFW
}
public static string version = "3.1.0 Beta";
public static string version = "3.1.0";
public static string build = "3100." + DateTime.ParseExact(Properties.Resources.Build.Trim(), "MM-dd-yyyy HH:mm:ss", null).ToString("yyMMdd.HHmm");
public static int revision = 12;
public static int revision = 13;
public static bool iswriting;
public static bool isscanningip = false;
public static JR_MODE current_mode = JR_MODE.MODEJR;
Expand Down
2 changes: 1 addition & 1 deletion J-Runner/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public MainForm()
private void MainForm_Load(object sender, EventArgs e)
{
mainForm = this;
versionToolStripMenuItem.Text = "v" + variables.version;
versionToolStripMenuItem.Text = "V" + variables.version;

// Make sure we're on top
bool top = TopMost;
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 @@
12-28-2021 23:27:44
12-28-2021 23:57:16

0 comments on commit c2bd137

Please sign in to comment.