Update version.c and amiga version.c

This commit is contained in:
Daniel Silverstone 2016-11-19 12:09:51 +00:00
parent 461cf15308
commit 75005f9220
2 changed files with 2 additions and 7 deletions

View File

@ -20,11 +20,6 @@
#include "desktop/version.h"
const char * const netsurf_version = "3.6 (Dev"
#if defined(CI_BUILD)
" CI #" CI_BUILD
#endif
")"
;
const char * const netsurf_version = "3.6 (19th November 2016)";
const int netsurf_version_major = 3;
const int netsurf_version_minor = 6;

View File

@ -25,7 +25,7 @@
* they are higher than CI builds, and make this (slightly) less confusing.
*/
#define NETSURF_VERSION_MAJOR "3"
#define NETSURF_VERSION_MINOR_EXTERNAL "6"
#define NETSURF_VERSION_MINOR_EXTERNAL "7"
#if defined(CI_BUILD)
#define NETSURF_VERSION_MINOR CI_BUILD
#else