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

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