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