From 20b67f2e441a2df560132ce960a977976c68094d Mon Sep 17 00:00:00 2001 From: sorgelig Date: Sat, 23 Mar 2019 00:43:39 +0800 Subject: [PATCH] Version display update. --- main.cpp | 2 +- menu.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/main.cpp b/main.cpp index 0ff3202..6e58a26 100644 --- a/main.cpp +++ b/main.cpp @@ -32,7 +32,7 @@ along with this program. If not, see . #include "fpga_io.h" #include "scheduler.h" -const char *version = "$VER:HPS" VDATE; +const char *version = "$VER:" VDATE; int main(int argc, char *argv[]) { diff --git a/menu.cpp b/menu.cpp index 779d6be..41d445a 100644 --- a/menu.cpp +++ b/menu.cpp @@ -1897,7 +1897,7 @@ void HandleUI(void) OsdDrawLogo(3); OsdDrawLogo(4); - sprintf(s, " ARM s/w ver. %s", version + 5); + sprintf(s, " HPS s/w v%s", version + 5); OsdWrite(10, s, 0, 0, 1); s[0] = 0; @@ -3371,7 +3371,7 @@ void HandleUI(void) OsdSetTitle("System Settings", 0); OsdWrite(0, "", 0, 0); - sprintf(s, " ARM s/w ver. %s", version + 5); + sprintf(s, " HPS s/w v%s", version + 5); OsdWrite(1, s, 0, 0); {