summaryrefslogtreecommitdiff
path: root/desktop/version.c
blob: 6cb145b276149a8a1e21b465db915f8dd401efe9 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include "utils/testament.h"

const char * const netsurf_version = "3.0 (Dev"
#if defined(CI_BUILD)
	" CI #" CI_BUILD
#warning Discovered CI build.
#endif
	")"
	;
const int netsurf_version_major = 3;
const int netsurf_version_minor = 0;