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



commit 66fc1ebdc31b214245d5e1fd52de5e47ba2acff1
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 f170f1d1..dd7bca5c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
 project('libhandy', 'c',
           version: '0.80.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]