diff nuklear_ui/blastem_nuklear.c @ 2545:c076a96f1668

Get CD titles sort of working in libretro target
author Michael Pavone <pavone@retrodev.com>
date Thu, 02 Jan 2025 23:02:52 -0800
parents f973651b48d7
children 6aa3025bbf5f
line wrap: on
line diff
--- a/nuklear_ui/blastem_nuklear.c	Thu Nov 28 23:44:36 2024 -0800
+++ b/nuklear_ui/blastem_nuklear.c	Thu Jan 02 23:02:52 2025 -0800
@@ -247,11 +247,13 @@
 	view_file_browser(context, 0);
 }
 
+#include "../version.inc"
+
 void view_about(struct nk_context *context)
 {
 	const char *lines[] = {
-		"BlastEm v0.6.3-pre",
-		"Copyright 2012-2019 Michael Pavone",
+		"BlastEm v" BLASTEM_VERSION,
+		"Copyright 2012-2025 Michael Pavone",
 		"",
 		"BlastEm is a high performance open source",
 		"(GPLv3) Genesis/Megadrive emulator",