mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-23 23:09:39 +03:00
set correct version number and date
This commit is contained in:
parent
076361e1e1
commit
ec7b4a9ff6
@ -1,10 +1,5 @@
|
||||
#include "utils/testament.h"
|
||||
|
||||
const char * const netsurf_version = "3.0 (Dev"
|
||||
#if defined(CI_BUILD)
|
||||
" CI #" CI_BUILD
|
||||
#endif
|
||||
")"
|
||||
;
|
||||
const char * const netsurf_version = "3.0 (20th April 2013)";
|
||||
const int netsurf_version_major = 3;
|
||||
const int netsurf_version_minor = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user