update version info for next development cycle

This commit is contained in:
Vincent Sanders 2014-08-26 08:01:45 -07:00
parent 581b84a1ff
commit 2eb86b9096
1 changed files with 2 additions and 2 deletions

View File

@ -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;