netsurf/desktop/version.c
John Mark Bell d66ffb6e85 It's probably about time we stopped claiming to be 2.0
svn path=/trunk/netsurf/; revision=7411
2009-05-06 23:52:12 +00:00

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;