DEBSOURCES
Skip Quicknav
sources / efitools / 1.8.1-1 / include / version.h
12345678
#define VERSION "1.8.1" static void version(const char *progname) { printf("%s " VERSION "\n", progname); }