about screen

This commit is contained in:
2024-04-13 10:04:35 -05:00
parent fb7620bcff
commit 10b4a91515
8 changed files with 140 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ import javax.swing.*;
public class Main {
// Build Information
public static final String vstr = "debug";
public static final String vstr = "PREALPHA";
public static final String vcode = "Natasha";
public static final int vint = 0;
@@ -57,6 +57,7 @@ public class Main {
// license string
System.out.printf("FIRESTAR MOD MANAGER for WipEout 2048\nversion " + vstr + " (codename " + vcode + ")\n" +
"JVM host appears to be " + System.getProperty("os.name") +
"\nRunning from " + System.getProperty("user.dir") +
"\nCopyright (C) 2024 bonkmaykr\n\nThis program is free software: you can redistribute it and/or modify\n" +
"it under the terms of the GNU General Public License as published by\n" +
"the Free Software Foundation, either version 3 of the License, or\n" +