You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
633 B
25 lines
633 B
From 60a30e06fc63295abeae30bb9d4f372f6fdcdcd9 Mon Sep 17 00:00:00 2001 |
|
From: leigh123linux <leigh123linux@googlemail.com> |
|
Date: Thu, 9 Aug 2018 09:14:17 +0100 |
|
Subject: [PATCH] Fix meson warnings |
|
|
|
--- |
|
meson.build | 2 +- |
|
1 file changed, 1 insertion(+), 1 deletion(-) |
|
|
|
diff --git a/meson.build b/meson.build |
|
index 6f0ad51..0a2bd60 100644 |
|
--- a/meson.build |
|
+++ b/meson.build |
|
@@ -2,7 +2,7 @@ |
|
|
|
# https://github.com/linuxmint/nemo |
|
project('nemo', 'c', version: '3.8.6', |
|
- meson_version: '>=0.37.0' |
|
+ meson_version: '>=0.41.0' |
|
) |
|
|
|
# 1. If the library code has changed at all since last release, then increment revision. |
|
-- |
|
2.18.0 |
|
|
|
|