mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-08 10:34:31 +03:00
4 lines
132 B
C
4 lines
132 B
C
const char * const netsurf_version = "2.0 (Development)";
|
|
const int netsurf_version_major = 2;
|
|
const int netsurf_version_minor = 0;
|