Skip to content

Commit 10cb316

Browse files
committed
System: Preparing for another release
1 parent 2bdf68b commit 10cb316

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

J-Runner/Classes/variables.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ public enum Windows
8080
W10_11
8181
}
8282

83-
public static string version = "3.2.1 r2 Beta";
83+
public static string version = "3.2.1 r2";
8484
public static string build = "3211." + DateTime.ParseExact(Properties.Resources.Build.Trim(), "MM-dd-yyyy HH:mm:ss", null).ToString("yyMMdd.HHmm");
8585
public const string staticversion = "3.2.1.1";
86-
public static int revision = 27;
86+
public static int revision = 28;
8787
public static Windows currentOS = Windows.Unknown;
8888
public static bool iswriting;
8989
public static bool isscanningip = false;

J-Runner/Resources/Build.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
10-10-2022 15:36:55
1+
10-10-2022 21:30:57

0 commit comments

Comments
 (0)