diff --git a/pkg.cfg b/pkg.cfg index c42566e..8e9123f 100644 --- a/pkg.cfg +++ b/pkg.cfg @@ -15,7 +15,7 @@ VERBOSE="" # ENV VAR. ## Specific (mandatory to provide!) TARGET="uae4all" # [filepath], replace with target's working binary path (/) -VERSION="rev1.1a" # [string], replace with correct release version if exist of target binary +VERSION="rev1.2" # [string], replace with correct release version if exist of target binary ## Generic - common to all apps (better to not modify) HOMEPATH="" # [dirpath], target device fullpath home directory for installation process diff --git a/src/menu/menu_main.cpp b/src/menu/menu_main.cpp index 13b073c..469032d 100644 --- a/src/menu/menu_main.cpp +++ b/src/menu/menu_main.cpp @@ -14,7 +14,7 @@ extern int emulating; -static const char *text_str_title=" -- UAE4ALL rev-1.1a MiyooCFW------"; +static const char *text_str_title=" -- UAE4ALL rev-1.2 MiyooCFW------"; static const char *text_str_load="Load disk image (X)"; static const char *text_str_save="Saved states (Y)"; static const char *text_str_throttle="Throttle"; diff --git a/src/menu/msg.h b/src/menu/msg.h index 78ce645..ec22f5e 100644 --- a/src/menu/msg.h +++ b/src/menu/msg.h @@ -7,7 +7,7 @@ static const char *menu_msg=" Amiga emulator " #endif #endif #if defined(MIYOO) - "UAE 0.8.22. reworked for MiyooCFW with changes by smurline and goldmojo. Final build and tests by Apacz rev. 1.1a"; + "UAE 0.8.22. reworked for MiyooCFW with changes by smurline and goldmojo. Final build and tests by Apacz rev. 1.2"; #else "by Chui - based on UAE 0.8.22. GCW Zero port by Nebuleon and Zear. UAE4ALL logo and minor gfx changes by Hi-Ban. Release 1."; #endif