diff options
author | Joursoir <chat@joursoir.net> | 2022-05-03 17:03:37 +0300 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2022-05-03 17:03:37 +0300 |
commit | f7cabfc989d37d595f7d809090b51b7616c590e3 (patch) | |
tree | 4c19dd28087fe67325c8fcc6bd436dd6d7c69753 /UefiMonitorTest | |
parent | 29beda658b9a820339228e4027523cb8fcccc0c0 (diff) | |
download | umt-f7cabfc989d37d595f7d809090b51b7616c590e3.tar.gz umt-f7cabfc989d37d595f7d809090b51b7616c590e3.tar.bz2 umt-f7cabfc989d37d595f7d809090b51b7616c590e3.zip |
main: declare app version
Diffstat (limited to 'UefiMonitorTest')
-rw-r--r-- | UefiMonitorTest/UefiMonitorTest.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 { |