Skip to content

Commit

Permalink
Version-string
Browse files Browse the repository at this point in the history
  • Loading branch information
Xilmi committed Nov 20, 2021
1 parent 09ffcff commit eff3457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rotp/Rotp.java
Expand Up @@ -44,7 +44,7 @@ public class Rotp {
public static boolean countWords = false;
private static String startupDir;
private static JFrame frame;
public static String releaseId = "0.95h";
public static String releaseId = "0.95i";
public static long startMs = System.currentTimeMillis();
public static long maxHeapMemory = Runtime.getRuntime().maxMemory() / 1048576;
public static long maxUsedMemory;
Expand Down

0 comments on commit eff3457

Please sign in to comment.