It's probably about time we stopped claiming to be 2.0

svn path=/trunk/netsurf/; revision=7411
This commit is contained in:
John Mark Bell 2009-05-06 23:52:12 +00:00
parent 129fb84ed5
commit d66ffb6e85
1 changed files with 2 additions and 2 deletions

View File

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