File: version.h

package info (click to toggle)
efitools 1.9.2-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 760 kB
  • sloc: ansic: 7,570; makefile: 124; 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);
}