netsurf/desktop/version.c

4 lines
132 B
C
Raw Normal View History

const char * const netsurf_version = "Development Build";
const int netsurf_version_major = 0;
const int netsurf_version_minor = 0;