[wing] Release 0.1.4



commit 72222e635f1783e1904ec4c22b0ffbb678a47bcf
Author: Ignacio Casal Quinteiro <qignacio amazon com>
Date:   Tue Mar 12 15:44:39 2019 +0100

    Release 0.1.4

 NEWS        | 4 ++++
 meson.build | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index 03c8d2b..dba495e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+News in 0.1.4
+--------------
+* Fix build with meson 0.50
+
 News in 0.1.2
 --------------
 * Added wing_poll which supports polling for more than 64 handles
diff --git a/meson.build b/meson.build
index 816aa60..dc78e36 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
 project('wing', 'c',
-        version: '0.1.3',
+        version: '0.1.4',
         default_options: [
           'buildtype=debugoptimized',
           'warning_level=2'


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