diff options
author | Nebuleon <nebuleon@alakazam> | 2014-08-21 08:17:20 +0000 |
---|---|---|
committer | Nebuleon <nebuleon@alakazam> | 2014-08-21 08:17:20 +0000 |
commit | 6762f6b42e6e8f35a696edc70567152c44505c1b (patch) | |
tree | eb1d9ccb354381fc5897337f1ce280401514971b | |
parent | 5edc4b51b1d04393520ceb8649904ce2d6619398 (diff) | |
download | ReGBA-origin/ipu.zip ReGBA-origin/ipu.tar.gz ReGBA-origin/ipu.tar.bz2 |
Release version 1.45.5.origin/ipu
-rw-r--r-- | source/opendingux/data/manual-en.txt | 2 | ||||
-rw-r--r-- | source/opendingux/data/manual-es.txt | 2 | ||||
-rw-r--r-- | source/opendingux/data/manual-fr.txt | 2 | ||||
-rw-r--r-- | source/opendingux/gui.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/source/opendingux/data/manual-en.txt b/source/opendingux/data/manual-en.txt index 6c97caf..7155d36 100644 --- a/source/opendingux/data/manual-en.txt +++ b/source/opendingux/data/manual-en.txt @@ -1,6 +1,6 @@ ReGBA, Recompiling Emulator for the Game Boy Advance -- OpenDingux version 1.45.4, 2014-05-25 - +- OpenDingux version 1.45.5, 2014-08-21 - == Table of contents == 1. Selecting a ROM diff --git a/source/opendingux/data/manual-es.txt b/source/opendingux/data/manual-es.txt index 989930c..c45982c 100644 --- a/source/opendingux/data/manual-es.txt +++ b/source/opendingux/data/manual-es.txt @@ -1,6 +1,6 @@ ReGBA, Emulador de la Game Boy Advance con recompilador -- OpenDingux versión 1.45.4, 2014-05-25 - +- OpenDingux versión 1.45.5, 2014-08-21 - == Tabla de contenido == 1. Selección de ROM diff --git a/source/opendingux/data/manual-fr.txt b/source/opendingux/data/manual-fr.txt index c4304b3..fa3dca8 100644 --- a/source/opendingux/data/manual-fr.txt +++ b/source/opendingux/data/manual-fr.txt @@ -1,6 +1,6 @@ ReGBA, émulateur de Game Boy Advance avec recompilateur -- OpenDingux version 1.45.4, 2014-05-25 - +- OpenDingux version 1.45.5, 2014-08-21 - == Table des matières == 1. Sélectionner une ROM diff --git a/source/opendingux/gui.h b/source/opendingux/gui.h index 75d1684..b265bcf 100644 --- a/source/opendingux/gui.h +++ b/source/opendingux/gui.h @@ -7,7 +7,7 @@ # define GIT_VERSION_STRING STRINGIFY(GIT_VERSION) #endif -#define REGBA_VERSION_STRING "1.45.4" +#define REGBA_VERSION_STRING "1.45.5" enum MenuEntryKind { KIND_OPTION, |