netsurf/desktop/version.c
James Bursa 15be8d1ade Switch version to "2.0 (Development)".
svn path=/trunk/netsurf/; revision=3300
2007-05-22 04:11:34 +00:00

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;