]> git.proxmox.com Git - efi-boot-shim.git/blob - include/version.h
Merge signature.h into efiauthenticated.h and guid.h
[efi-boot-shim.git] / include / version.h
1 #define VERSION "1.3.4"
2
3 static void
4 version(const char *progname)
5 {
6 printf("%s " VERSION "\n", progname);
7 }
8