set correct version number and date

This commit is contained in:
Vincent Sanders 2013-04-19 21:24:25 +01:00
parent 076361e1e1
commit ec7b4a9ff6
1 changed files with 1 additions and 6 deletions

View File

@ -1,10 +1,5 @@
#include "utils/testament.h"
const char * const netsurf_version = "3.0 (Dev"
#if defined(CI_BUILD)
" CI #" CI_BUILD
#endif
")"
;
const char * const netsurf_version = "3.0 (20th April 2013)";
const int netsurf_version_major = 3;
const int netsurf_version_minor = 0;