From d4db1711dcc90d511b7df3fc26c868038e2cfc25 Mon Sep 17 00:00:00 2001 From: ondra Date: Tue, 20 May 2014 12:54:28 +0200 Subject: [PATCH] version nr advance --- src/mightypork/rogue/Const.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mightypork/rogue/Const.java b/src/mightypork/rogue/Const.java index f96cb7b..b0c912f 100644 --- a/src/mightypork/rogue/Const.java +++ b/src/mightypork/rogue/Const.java @@ -9,7 +9,7 @@ package mightypork.rogue; public final class Const { // STRINGS - public static final int VERSION = 4; + public static final int VERSION = 5; public static final String APP_NAME = "Rogue: Savage Rats"; public static final String TITLEBAR = APP_NAME + ", v" + VERSION;