mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-16 17:22:44 +03:00
11 lines
201 B
C
11 lines
201 B
C
#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;
|