WebSurf/desktop/version.c

11 lines
201 B
C
Raw Normal View History

#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;