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

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