mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-26 21:40:08 +01:00
build: add NM_VERSION_1_0_6 macro and bump NM_VERSION_CUR_STABLE
This commit is contained in:
parent
13320ba35c
commit
c27385b401
1 changed files with 3 additions and 2 deletions
|
|
@ -69,9 +69,10 @@
|
|||
#define NM_VERSION_1_0 (NM_ENCODE_VERSION (1, 0, 0))
|
||||
#define NM_VERSION_1_0_2 (NM_ENCODE_VERSION (1, 0, 2))
|
||||
#define NM_VERSION_1_0_4 (NM_ENCODE_VERSION (1, 0, 4))
|
||||
#define NM_VERSION_1_0_6 (NM_ENCODE_VERSION (1, 0, 6))
|
||||
|
||||
#define NM_VERSION_CUR_STABLE NM_VERSION_1_0_2
|
||||
#define NM_VERSION_NEXT_STABLE NM_VERSION_1_0_4
|
||||
#define NM_VERSION_CUR_STABLE NM_VERSION_1_0_4
|
||||
#define NM_VERSION_NEXT_STABLE NM_VERSION_1_0_6
|
||||
|
||||
#if !defined (NM_VERSION_MIN_REQUIRED) || (NM_VERSION_MIN_REQUIRED == 0)
|
||||
# undef NM_VERSION_MIN_REQUIRED
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue