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

const char * const netsurf_version = "3.3 (Dev"
#if defined(CI_BUILD)
	" CI #" CI_BUILD
#endif
	")"
	;
const int netsurf_version_major = 3;
const int netsurf_version_minor = 3;