Skip to content

Commit

Permalink
update version to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Apaczer committed Nov 3, 2024
1 parent cc210cf commit 608c22d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ VERBOSE=""
# ENV VAR.
## Specific (mandatory to provide!)
TARGET="uae4all" # [filepath], replace with target's working binary path (<path>/<file_name>)
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
Expand Down
2 changes: 1 addition & 1 deletion src/menu/menu_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion src/menu/msg.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 608c22d

Please sign in to comment.