Switch version to "2.0 (Development)".

svn path=/trunk/netsurf/; revision=3300
This commit is contained in:
James Bursa 2007-05-22 04:11:34 +00:00
parent 6bcae05b66
commit 15be8d1ade
1 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
const char * const netsurf_version = "Development Build";
const int netsurf_version_major = 0;
const char * const netsurf_version = "2.0 (Development)";
const int netsurf_version_major = 2;
const int netsurf_version_minor = 0;