mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-24 13:06:49 +03:00
update version info for next development cycle
This commit is contained in:
parent
581b84a1ff
commit
2eb86b9096
@ -1,10 +1,10 @@
|
||||
#include "testament.h"
|
||||
|
||||
const char * const netsurf_version = "3.2 (Dev"
|
||||
const char * const netsurf_version = "3.3 (Dev"
|
||||
#if defined(CI_BUILD)
|
||||
" CI #" CI_BUILD
|
||||
#endif
|
||||
")"
|
||||
;
|
||||
const int netsurf_version_major = 3;
|
||||
const int netsurf_version_minor = 2;
|
||||
const int netsurf_version_minor = 3;
|
||||
|
Loading…
Reference in New Issue
Block a user