efi-boot-shim/include/version.h
2014-10-06 15:39:48 -07:00

9 lines
111 B
C

#define VERSION "1.3.4"
static void
version(const char *progname)
{
printf("%s " VERSION "\n", progname);
}