From 4bdd17f4400850e2f1da7e5e41be601fe8e6d670 Mon Sep 17 00:00:00 2001 From: waltje Date: Mon, 9 Apr 2018 23:12:23 -0400 Subject: [PATCH] You were late, Travis... already saw that! --- src/pc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pc.c b/src/pc.c index 215de89..2e48a60 100644 --- a/src/pc.c +++ b/src/pc.c @@ -295,7 +295,7 @@ pc_version(const char *platform) sprintf(emu_title, "%s for %s", EMU_NAME, platform); #ifdef EMU_VER_PATCH - sprintf(emu_version, "v%s", EMU_VERSION4); + sprintf(emu_version, "v%s", EMU_VERSION_4); #else sprintf(emu_version, "v%s", EMU_VERSION); #endif