Mercurial > repos > blastem
diff nuklear_ui/blastem_nuklear.c @ 2546:6aa3025bbf5f
Merge
author | Michael Pavone <pavone@retrodev.com> |
---|---|
date | Thu, 02 Jan 2025 23:03:50 -0800 |
parents | 99e59fdddbc3 c076a96f1668 |
children | 6f1eebc0a90b |
line wrap: on
line diff
--- a/nuklear_ui/blastem_nuklear.c Mon Dec 09 13:45:35 2024 -0800 +++ b/nuklear_ui/blastem_nuklear.c Thu Jan 02 23:03:50 2025 -0800 @@ -254,11 +254,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",