Skip to content
This repository was archived by the owner on Jul 9, 2024. It is now read-only.

Commit f3eae8a

Browse files
committed
Updated to handle 5.0 builds
1 parent 3857ad4 commit f3eae8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DolphinBisectTool/MainWindow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public partial class MainWindow : Form
88
{
99

1010
List<int> m_build_list;
11-
static string s_major_version = "4.0";
11+
static string s_major_version = "5.0";
1212

1313
DownloadBuildList m_download_build_list = new DownloadBuildList();
1414

0 commit comments

Comments
 (0)