mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-02 10:48:02 +02:00
build: add NM_VERSION_1_0_2 and NM_VERSION_1_0_4 version defines
This commit is contained in:
parent
25b53ff7eb
commit
58991bea61
1 changed files with 2 additions and 0 deletions
|
|
@ -67,6 +67,8 @@
|
|||
#define NM_VERSION_0_9_8 (NM_ENCODE_VERSION (0, 9, 8))
|
||||
#define NM_VERSION_0_9_10 (NM_ENCODE_VERSION (0, 9, 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_CUR_STABLE NM_VERSION_1_0
|
||||
#define NM_VERSION_NEXT_STABLE NM_VERSION_1_0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue