[libhandy/bump-meson: 184/184] meson: Bump to 0.50.0



commit 48f7af0788b2504482fcd9e1f7f15dfd9a61592d
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Mon Jan 27 13:36:56 2020 +0100

    meson: Bump to 0.50.0
    
    This fixes a build-time warning stating that the install arg in
    configure_file has been introduced in 0.50.0.

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 509f73f2..c005f43f 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
 project('libhandy', 'c',
           version: '0.84.0',
           license: 'LGPL-2.1+',
-    meson_version: '>= 0.49.0',
+    meson_version: '>= 0.50.0',
   default_options: [ 'warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11' ],
 )
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]