summaryrefslogtreecommitdiff
path: root/libnm-util
diff options
context:
space:
mode:
Diffstat (limited to 'libnm-util')
-rw-r--r--libnm-util/nm-version.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libnm-util/nm-version.h b/libnm-util/nm-version.h
index 7173bc6ba3..5f3bd022a1 100644
--- a/libnm-util/nm-version.h
+++ b/libnm-util/nm-version.h
@@ -38,8 +38,8 @@
#endif
/* sanity checks */
-#if NM_VERSION_MIN_REQUIRED > NM_VERSION_NEXT_STABLE
-#error "NM_VERSION_MIN_REQUIRED must be <= NM_VERSION_NEXT_STABLE"
+#if NM_VERSION_MIN_REQUIRED > NM_VERSION_CUR_STABLE
+#error "NM_VERSION_MIN_REQUIRED must be <= NM_VERSION_CUR_STABLE"
#endif
#if NM_VERSION_MAX_ALLOWED < NM_VERSION_MIN_REQUIRED
#error "NM_VERSION_MAX_ALLOWED must be >= NM_VERSION_MIN_REQUIRED"