2012-10-06 21:12:57 +04:00
|
|
|
#include "utils/testament.h"
|
|
|
|
|
2013-04-20 17:58:17 +04:00
|
|
|
const char * const netsurf_version = "3.1 (Dev"
|
2012-10-06 21:12:57 +04:00
|
|
|
#if defined(CI_BUILD)
|
|
|
|
" CI #" CI_BUILD
|
|
|
|
#endif
|
|
|
|
")"
|
|
|
|
;
|
2009-05-07 03:52:12 +04:00
|
|
|
const int netsurf_version_major = 3;
|
2007-01-30 22:51:54 +03:00
|
|
|
const int netsurf_version_minor = 0;
|