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