summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meson.build6
1 files changed, 6 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 898ffd36..28c0911c 100644
--- a/meson.build
+++ b/meson.build
@@ -738,4 +738,10 @@ output += '\n'
output += ' Prefix: ' + get_option('prefix') + '\n'
message(output)
+# Check stable/unstable status
+
+if (vte_minor_version % 2) != 0
+ warning('This is an unstable development release!\n')
+endif
+
# Done