]> git.proxmox.com Git - efi-boot-shim.git/blame - version.c.in
Merge branch 'fixes20240429' into 'master'
[efi-boot-shim.git] / version.c.in
CommitLineData
031e5cce
SM
1// SPDX-License-Identifier: BSD-2-Clause-Patent
2
3#include <efi.h>
72bb39c0
SL
4
5#include "version.h"
6
f4173af1 7CHAR8 shim_version[] __attribute__((section (".data.ident"))) =
72bb39c0
SL
8 "UEFI SHIM\n"
9 "$Version: @@VERSION@@ $\n"
10 "$BuildMachine: @@UNAME@@ $\n"
11 "$Commit: @@COMMIT@@ $\n";