Update version for next development cycle

This commit is contained in:
Vincent Sanders 2017-10-15 14:44:53 +01:00
parent 3c92fc6f29
commit 7fa4b36245
2 changed files with 3 additions and 3 deletions

View File

@ -20,11 +20,11 @@
#include "desktop/version.h"
const char * const netsurf_version = "3.7 (Dev"
const char * const netsurf_version = "3.8 (Dev"
#if defined(CI_BUILD)
" CI #" CI_BUILD
#endif
")"
;
const int netsurf_version_major = 3;
const int netsurf_version_minor = 7;
const int netsurf_version_minor = 8;

View File

@ -25,7 +25,7 @@
* problems created by "0" not being a valid AmigaOS revision number.
*/
#define NETSURF_VERSION_MAJOR "3"
#define NETSURF_VERSION_MINOR_EXTERNAL "7"
#define NETSURF_VERSION_MINOR_EXTERNAL "8"
#if defined(CI_BUILD)
#define NETSURF_VERSION_MINOR CI_BUILD
#else