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); {