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 23, 2024
1 parent 7c145c6 commit 8402249
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 12 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.3.0 r4 Beta";
public static string version = "3.3.0 r4";
public static string build = "3303." + DateTime.ParseExact(Properties.Resources.Build.Trim(), "MM-dd-yyyy HH:mm:ss", null).ToString("yyMMdd.HHmm");
public const string staticversion = "3.3.0.3";
public static int revision = 37;
public static int revision = 38;
public static Windows currentOS = Windows.Unknown;
public static bool isWinXP = false;
public static bool isscanningip = false;
Expand Down
17 changes: 9 additions & 8 deletions J-Runner/MainForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion J-Runner/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2647,7 +2647,7 @@ private void createDonorAdvanced()
new Thread(starter).Start();
}

public void createSafeImage()
public void createSafeImage() // This is incomplete
{
if (string.IsNullOrWhiteSpace(variables.filename1))
{
Expand Down
3 changes: 3 additions & 0 deletions J-Runner/MainForm.resx
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@
<metadata name="toolTip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>917, 17</value>
</metadata>
<metadata name="toolTip1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>917, 17</value>
</metadata>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="btnIPGetCPU.BtnImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>
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 @@
09-18-2024 22:32:12
10-23-2024 06:06:06

0 comments on commit 8402249

Please sign in to comment.