mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-07 11:32:00 +03:00
Update version for release
This commit is contained in:
parent
37755fb135
commit
2d2c6b67cf
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user