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 Apr 2, 2022
1 parent b2b538f commit f960b51
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions J-Runner/Classes/variables.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,10 @@ public enum Windows
Win81,
Win10 // or 11
}
public static string version = "3.1.3 Beta";
public static string version = "3.1.3";
public static string build = "3130." + DateTime.ParseExact(Properties.Resources.Build.Trim(), "MM-dd-yyyy HH:mm:ss", null).ToString("yyMMdd.HHmm");
public const string staticversion = "3.1.3.0";
public static int revision = 17;
public static int revision = 18;
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/Forms/About.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public About()

private void About_Load(object sender, EventArgs e)
{
ver.Text = "v" + variables.version;
ver.Text = "V" + variables.version;
build.Text = variables.build;
lblCredits.Text = "";
contribloc = 0;
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 @@
03-29-2022 22:50:29
04-02-2022 19:42:01

0 comments on commit f960b51

Please sign in to comment.