mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-07 01:55:00 +03:00
4 lines
132 B
C
4 lines
132 B
C
const char * const netsurf_version = "3.0 (Development)";
|
|
const int netsurf_version_major = 3;
|
|
const int netsurf_version_minor = 0;
|