Skip to content

Commit 34a706d

Browse files
committed
System: Preparing for another release
1 parent f40341e commit 34a706d

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.4.0 r3 Beta";
83+
public static string version = "3.4.0 r3";
8484
public static string build = "3402." + DateTime.ParseExact(Properties.Resources.Build.Trim(), "MM-dd-yyyy HH:mm:ss", null).ToString("yyMMdd.HHmm");
8585
public const string staticversion = "3.4.0.2";
86-
public static int revision = 40;
86+
public static int revision = 41;
8787
public static Windows currentOS = Windows.Unknown;
8888
public static bool isWinXP = false;
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-
02-25-2026 00:39:38
1+
03-08-2026 17:50:49

0 commit comments

Comments
 (0)