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 Oct 10, 2022
1 parent 2bdf68b commit 10cb316
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.1 r2 Beta";
public static string version = "3.2.1 r2";
public static string build = "3211." + DateTime.ParseExact(Properties.Resources.Build.Trim(), "MM-dd-yyyy HH:mm:ss", null).ToString("yyMMdd.HHmm");
public const string staticversion = "3.2.1.1";
public static int revision = 27;
public static int revision = 28;
public static Windows currentOS = Windows.Unknown;
public static bool iswriting;
public static bool isscanningip = 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 @@
10-10-2022 15:36:55
10-10-2022 21:30:57

0 comments on commit 10cb316

Please sign in to comment.