From ee841866f716ba95cedf82b5ec78e3c6ec73459e Mon Sep 17 00:00:00 2001 From: Lephe Date: Mon, 25 Jan 2021 17:26:57 +0100 Subject: [PATCH] update versioning scheme to follow gint --- src/gintctl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gintctl.c b/src/gintctl.c index 163808d..b908237 100644 --- a/src/gintctl.c +++ b/src/gintctl.c @@ -100,7 +100,7 @@ struct menu menu_libs = { void gintctl_main(void) { #ifdef FX9860G - row_title("gint @%07x", GINT_VERSION); + row_title("gint @%07x", GINT_HASH); row_print(3, 1, "F2:gint tests"); row_print(4, 1, "F3:Performance"); @@ -110,7 +110,7 @@ void gintctl_main(void) #endif /* FX9860G */ #ifdef FXCG50 - row_title("gint @%07x for fx-CG 50", GINT_VERSION); + row_title("gint %s (@%07x) for fx-CG 50", GINT_VERSION, GINT_HASH); row_print(1,1, "F2: gint features and driver tests"); row_print(2,1, "F3: Performance benchmarks"); row_print(3,1, "F4: External libraries");