mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-05-31 21:30:08 +00:00
9 lines
151 B
C
9 lines
151 B
C
|
|
#include "version.h"
|
|
|
|
CHAR8 shim_version[] =
|
|
"UEFI SHIM\n"
|
|
"$Version: @@VERSION@@ $\n"
|
|
"$BuildMachine: @@UNAME@@ $\n"
|
|
"$Commit: @@COMMIT@@ $\n";
|