mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-24 23:39:51 +03:00
Update version for next development cycle
This commit is contained in:
parent
b128459593
commit
50f3460426
@ -20,11 +20,11 @@
|
|||||||
|
|
||||||
#include "desktop/version.h"
|
#include "desktop/version.h"
|
||||||
|
|
||||||
const char * const netsurf_version = "3.11 (Dev"
|
const char * const netsurf_version = "3.12 (Dev"
|
||||||
#if defined(CI_BUILD)
|
#if defined(CI_BUILD)
|
||||||
" CI #" CI_BUILD
|
" CI #" CI_BUILD
|
||||||
#endif
|
#endif
|
||||||
")"
|
")"
|
||||||
;
|
;
|
||||||
const int netsurf_version_major = 3;
|
const int netsurf_version_major = 3;
|
||||||
const int netsurf_version_minor = 11;
|
const int netsurf_version_minor = 12;
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
* problems created by "0" not being a valid AmigaOS revision number.
|
* problems created by "0" not being a valid AmigaOS revision number.
|
||||||
*/
|
*/
|
||||||
#define NETSURF_VERSION_MAJOR "3"
|
#define NETSURF_VERSION_MAJOR "3"
|
||||||
#define NETSURF_VERSION_MINOR_EXTERNAL "11"
|
#define NETSURF_VERSION_MINOR_EXTERNAL "12"
|
||||||
#if defined(CI_BUILD)
|
#if defined(CI_BUILD)
|
||||||
#define NETSURF_VERSION_MINOR CI_BUILD
|
#define NETSURF_VERSION_MINOR CI_BUILD
|
||||||
#else
|
#else
|
||||||
|
Loading…
Reference in New Issue
Block a user