v5stable
Ondřej Hruška 10 years ago
parent a4ccee71ed
commit 021c68bc69
  1. 2
      src/mightypork/rogue/Const.java

@ -9,7 +9,7 @@ package mightypork.rogue;
public final class Const {
// STRINGS
public static final int VERSION = 1;
public static final int VERSION = 2;
public static final String APP_NAME = "Rogue";
public static final String TITLEBAR = APP_NAME + " v." + VERSION;

Loading…
Cancel
Save