From e4a9698fa314c742cd5936d3755cc2a259998751 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Fri, 26 Jun 2015 12:54:47 +0200 Subject: [PATCH] build: update NM_VERSION_CUR_STABLE and NM_VERSION_NEXT_STABLE --- libnm-core/nm-version.h.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libnm-core/nm-version.h.in b/libnm-core/nm-version.h.in index 806dfb9539..adb05dd7d4 100644 --- a/libnm-core/nm-version.h.in +++ b/libnm-core/nm-version.h.in @@ -70,8 +70,8 @@ #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 +#define NM_VERSION_CUR_STABLE NM_VERSION_1_0_2 +#define NM_VERSION_NEXT_STABLE NM_VERSION_1_0_4 #if !defined (NM_VERSION_MIN_REQUIRED) || (NM_VERSION_MIN_REQUIRED == 0) # undef NM_VERSION_MIN_REQUIRED