Update version for release

This commit is contained in:
Vincent Sanders 2014-08-26 07:57:21 -07:00
parent 37755fb135
commit 2d2c6b67cf

View File

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