From f7cabfc989d37d595f7d809090b51b7616c590e3 Mon Sep 17 00:00:00 2001 From: Joursoir Date: Tue, 3 May 2022 17:03:37 +0300 Subject: main: declare app version --- UefiMonitorTest/UefiMonitorTest.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/UefiMonitorTest/UefiMonitorTest.h b/UefiMonitorTest/UefiMonitorTest.h index 66aaee9..e845d68 100644 --- a/UefiMonitorTest/UefiMonitorTest.h +++ b/UefiMonitorTest/UefiMonitorTest.h @@ -4,6 +4,8 @@ #include "Graphics.h" +#define UMT_VERSION L"0.1.0" + typedef struct _UMT_CONTEXT UMT_CONTEXT; typedef struct { -- cgit v1.2.3-18-g5258