diff options
author | Nebuleon <nebuleon@alakazam> | 2014-01-17 10:11:18 +0000 |
---|---|---|
committer | Nebuleon <nebuleon@alakazam> | 2014-01-17 10:11:18 +0000 |
commit | cd697c3d5c48862fa8fec279cbe1e9d55b564b7c (patch) | |
tree | 261b3df573677935c90b8e4442c49e7b06ab1018 | |
parent | 006a8a7e03302dad399de31744f74bb730e5d1af (diff) | |
download | ReGBA-cd697c3d5c48862fa8fec279cbe1e9d55b564b7c.zip ReGBA-cd697c3d5c48862fa8fec279cbe1e9d55b564b7c.tar.gz ReGBA-cd697c3d5c48862fa8fec279cbe1e9d55b564b7c.tar.bz2 |
OpenDingux: Release 1.45.3.
-rw-r--r-- | source/opendingux/gui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/opendingux/gui.h b/source/opendingux/gui.h index 09788df..84aee4c 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.2" +#define REGBA_VERSION_STRING "1.45.3" enum MenuEntryKind { KIND_OPTION, |