build: add NM_VERSION_1_0_2 and NM_VERSION_1_0_4 version defines

This commit is contained in:
Thomas Haller 2015-06-26 12:54:28 +02:00
parent 25b53ff7eb
commit 58991bea61

View file

@ -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