From 9178098f0be4dd9549fe5c5d244da42f460198f1 Mon Sep 17 00:00:00 2001 From: Apaczer <94932128+Apaczer@users.noreply.github.com> Date: Fri, 6 May 2022 22:15:02 +0200 Subject: [PATCH] update version in menu --- src/menu/menu_main.cpp | 2 +- src/menu/msg.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/menu/menu_main.cpp b/src/menu/menu_main.cpp index f09453c..b711295 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 MiyooCFW------"; +static const char *text_str_title=" -- UAE4ALL rev-1.1 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 a1f6f44..a90a8be 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-er rev.1"; + "UAE 0.8.22. reworked for MiyooCFW with changes by smurline and goldmojo. Final build and tests by Apacz-er rev. 1.1"; #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