From caf1db9d6fbc056cc6c76a24574890f6c7895f3d Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Wed, 25 Jul 2018 13:12:18 +0200 Subject: New upstream version 1.12.2 --- libnm-core/nm-version.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libnm-core/nm-version.h') diff --git a/libnm-core/nm-version.h b/libnm-core/nm-version.h index 0412bc8e..ee6dbc0b 100644 --- a/libnm-core/nm-version.h +++ b/libnm-core/nm-version.h @@ -160,4 +160,10 @@ # define NM_AVAILABLE_IN_1_12 #endif +#if NM_VERSION_MAX_ALLOWED < NM_VERSION_1_12_2 +# define NM_AVAILABLE_IN_1_12_2 G_UNAVAILABLE(1,12,2) +#else +# define NM_AVAILABLE_IN_1_12_2 +#endif + #endif /* NM_VERSION_H */ -- cgit 1.3.0-6-gf8a5