Update version files for release

This commit is contained in:
Vincent Sanders 2017-10-15 14:39:24 +01:00
parent a66ea42b55
commit cf6327fcff

View File

@ -20,11 +20,6 @@
#include "desktop/version.h" #include "desktop/version.h"
const char * const netsurf_version = "3.7 (Dev" const char * const netsurf_version = "3.7 (15th October 2017)";
#if defined(CI_BUILD)
" CI #" CI_BUILD
#endif
")"
;
const int netsurf_version_major = 3; const int netsurf_version_major = 3;
const int netsurf_version_minor = 7; const int netsurf_version_minor = 7;