summaryrefslogtreecommitdiff
path: root/desktop/version.c
blob: 11544c01bc433bb6a790f6a208eb4d1bab14ffee (plain)
1
2
3
4
5
6
7
8
9
10
#include "utils/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;