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

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