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 Feb 26, 2022
1 parent 0aee060 commit 757c184
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.2 Beta";
public static string version = "3.1.2";
public static string build = "3112." + DateTime.ParseExact(Properties.Resources.Build.Trim(), "MM-dd-yyyy HH:mm:ss", null).ToString("yyMMdd.HHmm");
public const string staticversion = "3.1.2.0";
public static int revision = 16;
public static int revision = 17;
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/Resources/Build.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
02-24-2022 17:35:31
02-26-2022 15:11:57

0 comments on commit 757c184

Please sign in to comment.