mirror of
https://git.proxmox.com/git/efi-boot-shim
synced 2025-06-02 08:20:48 +00:00

This is the first stage of porting the MokManager UI to the UI code used by the Linux Foundation UEFI loader.
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);
|
|
}
|
|
|