From a08c2783d132d84b7fb953292f43b48a23a4fb1f Mon Sep 17 00:00:00 2001 From: dborth Date: Tue, 16 Jun 2009 05:16:45 +0000 Subject: [PATCH] bump version --- readme.txt | 10 +++++++++- source/ngc/vba.h | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/readme.txt b/readme.txt index f4064b5..3e7861d 100644 --- a/readme.txt +++ b/readme.txt @@ -1,7 +1,7 @@ ¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤°`°¤ø,¸,ø¤°`°¤ø,¸¸,ø¤ - Visual Boy Advance GX - - Version 2.0.3 + Version 2.0.4 http://code.google.com/p/vba-wii (Under GPL License) @@ -28,6 +28,14 @@ With it you can play GBA/Game Boy Color/Game Boy games on your Wii/GameCube. |0O×øo· UPDATE HISTORY ·oø×O0| `¨•¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨¨ ¨¨¨¨¨¨¨¨¨¨¨¨¨' +[2.0.4] + +* Settings are now loaded from USB when loading the app from USB on HBC +* Fixed menu crashes caused by ogg player bugs +* Fixed memory card saving verification bug +* Fixed game savebrowser bugs +* Miscellaneous code cleanup/corrections + [2.0.3 - May 30, 2009] * Fixed SD/USB corruption bug diff --git a/source/ngc/vba.h b/source/ngc/vba.h index 3e62e1b..0e9c8a1 100644 --- a/source/ngc/vba.h +++ b/source/ngc/vba.h @@ -14,7 +14,7 @@ #include "filelist.h" #define APPNAME "Visual Boy Advance GX" -#define APPVERSION "2.0.3" +#define APPVERSION "2.0.4" #define PREF_FILE_NAME "settings.xml" #define PAL_FILE_NAME "palettes.xml"