It's probably about time we stopped claiming to be 2.0
svn path=/trunk/netsurf/; revision=7411
This commit is contained in:
parent
129fb84ed5
commit
d66ffb6e85
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue