netsurf/desktop/version.c
2013-04-20 14:58:17 +01:00

11 lines
207 B
C

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