summaryrefslogtreecommitdiff
path: root/include/version.h
blob: 09fd44ae9dc3ebc618c27dc20fa434d025123002 (plain)
1
2
3
4
5
6
7
8
#define VERSION "1.3.4"

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