mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-17 06:54:42 +03:00
Update version.c and amiga version.c
This commit is contained in:
parent
461cf15308
commit
75005f9220
@ -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;
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user