Skip to content

Commit

Permalink
add version 6.1.6 to count reader list
Browse files Browse the repository at this point in the history
  • Loading branch information
dobrown committed Jan 16, 2024
1 parent eda43e1 commit b1b111b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ public class TrackerCountReader extends JFrame {
private String[] actions = {"read launch counts", "read downloads", "version", "list launch log failures", "list download failures", //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$ //$NON-NLS-5$
"clear launch log failures", "clear download failures", "test launch log", "test downloads"}; //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$
private String[] versions = {"all", "6.", "5.", "4.", //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
"6.1.5", "6.1.4", "6.1.3", "6.1.2", "6.1.1", //$NON-NLS-1$//$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$
"6.1.6", "6.1.5", "6.1.4", //$NON-NLS-1$//$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$
"6.1.3", "6.1.2", "6.1.1", //$NON-NLS-1$//$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$
"6.1.0", "6.0.10", "6.0.9", //$NON-NLS-1$//$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$
"6.0.8", "6.0.7", "6.0.6", //$NON-NLS-1$//$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$
"6.0.5", "6.0.4", "6.0.3", "6.0.2", //$NON-NLS-1$//$NON-NLS-2$ //$NON-NLS-3$ //$NON-NLS-4$
Expand Down

0 comments on commit b1b111b

Please sign in to comment.