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 16, 2023
1 parent d109c01 commit 62a4fc1
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 @@ -80,10 +80,10 @@ public enum Windows
W10_11
}

public static string version = "3.2.2 r2 Alpha";
public static string version = "3.2.2 r2";
public static string build = "3221." + DateTime.ParseExact(Properties.Resources.Build.Trim(), "MM-dd-yyyy HH:mm:ss", null).ToString("yyMMdd.HHmm");
public const string staticversion = "3.2.2.1";
public static int revision = 30;
public static int revision = 31;
public static Windows currentOS = Windows.Unknown;
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 @@
01-12-2023 21:29:31
01-16-2023 15:35:35

0 comments on commit 62a4fc1

Please sign in to comment.