Version display update.

This commit is contained in:
sorgelig
2019-03-23 00:43:39 +08:00
parent 00a75bd80b
commit 20b67f2e44
2 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "fpga_io.h"
#include "scheduler.h"
const char *version = "$VER:HPS" VDATE;
const char *version = "$VER:" VDATE;
int main(int argc, char *argv[])
{

View File

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