update version info for next development cycle

This commit is contained in:
Vincent Sanders 2014-04-25 16:59:57 +01:00
parent f28fc945cc
commit c0ac05d39c
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
#include "testament.h"
const char * const netsurf_version = "3.1 (Dev"
const char * const netsurf_version = "3.2 (Dev"
#if defined(CI_BUILD)
" CI #" CI_BUILD
#endif
")"
;
const int netsurf_version_major = 3;
const int netsurf_version_minor = 0;
const int netsurf_version_minor = 2;