diff --git a/src/main.cpp b/src/main.cpp index 05b1a554..020f4365 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -427,7 +427,7 @@ void leave_program (void) static void real_main2 (int argc, char **argv) { #ifdef RASPBERRY - printf("Uae4arm v0.3 for Raspberry Pi by Chips\n"); + printf("Uae4arm v0.4 for Raspberry Pi by Chips\n"); #endif #ifdef PANDORA SDL_Init(SDL_INIT_JOYSTICK | SDL_INIT_NOPARACHUTE | SDL_INIT_VIDEO);