Update version files for release

This commit is contained in:
Vincent Sanders 2023-12-28 00:26:04 +00:00
parent a82692093c
commit 3709818641

View File

@ -20,11 +20,6 @@
#include "desktop/version.h"
const char * const netsurf_version = "3.11 (Dev"
#if defined(CI_BUILD)
" CI #" CI_BUILD
#endif
")"
;
const char * const netsurf_version = "3.11 (28th December 2023)";
const int netsurf_version_major = 3;
const int netsurf_version_minor = 11;