mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-24 07:19:37 +03:00
15be8d1ade
svn path=/trunk/netsurf/; revision=3300
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;
|