aboutsummaryrefslogtreecommitdiffstats
path: root/src/beaver-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/beaver-util.h')
-rw-r--r--src/beaver-util.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/beaver-util.h b/src/beaver-util.h
index cb1f25c..a7c8a61 100644
--- a/src/beaver-util.h
+++ b/src/beaver-util.h
@@ -31,7 +31,11 @@ gchar **beaver_util_strv_joinv (gchar **strv_1, ...);
#ifdef ANJUTA_CHECK_VERSION
#if LIBANJUTA_MAJOR_VERSION >= 2 && LIBANJUTA_MINOR_VERSION >= 23
-#define ANJUTA_2_23_OR_HIGHER
+#if LIBANJUTA_MINOR_VERSION >= 28
+#define ANJUTA_2_28_OR_HIGHER
+#else
+#define ANJUTA_2_23_TO_26
+#endif
#endif
#endif