Update version for next development cycle

This commit is contained in:
Vincent Sanders 2018-08-29 10:52:51 +01:00
parent dd5d97b61c
commit ba4b06dc04
1 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
/*
* Copyright 2016 Vincent Sanders <vince@netsurf-browser.org>
* Copyright 2018 Vincent Sanders <vince@netsurf-browser.org>
*
* This file is part of NetSurf, http://www.netsurf-browser.org/
*
@ -20,11 +20,11 @@
#include "desktop/version.h"
const char * const netsurf_version = "3.8 (Dev"
const char * const netsurf_version = "3.9 (Dev"
#if defined(CI_BUILD)
" CI #" CI_BUILD
#endif
")"
;
const int netsurf_version_major = 3;
const int netsurf_version_minor = 8;
const int netsurf_version_minor = 9;