mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-06-09 20:59:24 +00:00
9 lines
111 B
C
9 lines
111 B
C
#define VERSION "1.3.4"
|
|
|
|
static void
|
|
version(const char *progname)
|
|
{
|
|
printf("%s " VERSION "\n", progname);
|
|
}
|
|
|