Update version files for release

Signed-off-by: Vincent Sanders <vince@kyllikki.org>
This commit is contained in:
Vincent Sanders 2020-05-24 21:55:29 +01:00
parent bcd88f96bb
commit 7f2702294f
1 changed files with 1 additions and 6 deletions

View File

@ -20,11 +20,6 @@
#include "desktop/version.h"
const char * const netsurf_version = "3.10 (Dev"
#if defined(CI_BUILD)
" CI #" CI_BUILD
#endif
")"
;
const char * const netsurf_version = "3.10 (24th May 2020)";
const int netsurf_version_major = 3;
const int netsurf_version_minor = 10;