summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libnm-core/nm-version.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libnm-core/nm-version.h b/libnm-core/nm-version.h
index 7fe2e45b59..11021243f7 100644
--- a/libnm-core/nm-version.h
+++ b/libnm-core/nm-version.h
@@ -188,4 +188,10 @@
# define NM_AVAILABLE_IN_1_16
#endif
+#if NM_VERSION_MAX_ALLOWED < NM_VERSION_1_16_4
+# define NM_AVAILABLE_IN_1_16_4 G_UNAVAILABLE(1,16.4)
+#else
+# define NM_AVAILABLE_IN_1_16_4
+#endif
+
#endif /* NM_VERSION_H */