From eaf7ce1a1e6c48f3d079674592de7be8c3d37f8b Mon Sep 17 00:00:00 2001 From: Dabomstew Date: Sun, 7 Jun 2015 16:23:01 +1200 Subject: [PATCH] Prepare for 1.6.3a release --- readme.txt | 2 +- src/com/dabomstew/pkrandom/gui/Bundle.properties | 2 +- src/com/dabomstew/pkrandom/gui/RandomizerGUI.java | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index 9a71e5643..a6b403f9d 100755 --- a/readme.txt +++ b/readme.txt @@ -1,4 +1,4 @@ -Universal Pokemon Randomizer 1.6.3 +Universal Pokemon Randomizer 1.6.3a by Dabomstew, 2012-15 Homepage: http://pokehacks.dabomstew.com/randomizer/index.php diff --git a/src/com/dabomstew/pkrandom/gui/Bundle.properties b/src/com/dabomstew/pkrandom/gui/Bundle.properties index b87ff1177..ce67b60c9 100755 --- a/src/com/dabomstew/pkrandom/gui/Bundle.properties +++ b/src/com/dabomstew/pkrandom/gui/Bundle.properties @@ -275,7 +275,7 @@ GenerationLimitDialog.title=Choose Pokemon to allow GenerationLimitDialog.cancelButton.text=Cancel GenerationLimitDialog.warningRomHackLabel.text=
WARNING: This functionality will NOT work correctly with ROM hacks
that change the available Pokemon or add new ones!
AboutDialog.linkLabel.text=http://pokehacks.dabomstew.com/randomizer -AboutDialog.titleLabel.text=Universal Pokemon Randomizer 1.6.4-dev +AboutDialog.titleLabel.text=Universal Pokemon Randomizer 1.6.3a AboutDialog.title=About AboutDialog.ackLabel.text=Based on research by various sources; see Acknowledgements AboutDialog.authorLabel.text=Created by Dabomstew diff --git a/src/com/dabomstew/pkrandom/gui/RandomizerGUI.java b/src/com/dabomstew/pkrandom/gui/RandomizerGUI.java index 7e8ad6aab..422c653fb 100755 --- a/src/com/dabomstew/pkrandom/gui/RandomizerGUI.java +++ b/src/com/dabomstew/pkrandom/gui/RandomizerGUI.java @@ -78,7 +78,7 @@ public class RandomizerGUI extends javax.swing.JFrame { private RomHandler romHandler; protected RomHandler.Factory[] checkHandlers; - public static final int UPDATE_VERSION = 1640; + public static final int UPDATE_VERSION = 1631; public static PrintStream verboseLog = System.out;