File: version.h

package info (click to toggle)
efitools 1.9.2-3.5
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 940 kB
  • sloc: ansic: 7,547; makefile: 131; perl: 119; sh: 35
file content (8 lines) | stat: -rw-r--r-- 111 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#define VERSION "1.9.2"

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