mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-24 15:29:45 +03:00
d66ffb6e85
svn path=/trunk/netsurf/; revision=7411
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;
|