You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#include "testament.h"
|
|
|
|
const char * const netsurf_version = "3.2 (Dev"
|
|
#if defined(CI_BUILD)
|
|
" CI #" CI_BUILD
|
|
#endif
|
|
")"
|
|
;
|
|
const int netsurf_version_major = 3;
|
|
const int netsurf_version_minor = 2;
|