Update version files for release

This commit is contained in:
Vincent Sanders 2019-07-17 11:28:13 +01:00
parent f7d4b485cb
commit 1fe63cd677
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.9 (Dev"
#if defined(CI_BUILD)
" CI #" CI_BUILD
#endif
")"
;
const char * const netsurf_version = "3.9 (17th July 2019)";
const int netsurf_version_major = 3;
const int netsurf_version_minor = 9;

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 "8"
#define NETSURF_VERSION_MINOR_EXTERNAL "9"
#if defined(CI_BUILD)
#define NETSURF_VERSION_MINOR CI_BUILD
#else