[gxml/gxml-0.18] Set version to 0.18.1



commit 778aff9cd44f566938355e433383b070c272a6ae
Author: Daniel Espinosa <esodan gmail com>
Date:   Fri Jul 5 10:07:29 2019 -0500

    Set version to 0.18.1

 NEWS        | 6 ++++++
 meson.build | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)
---
diff --git a/NEWS b/NEWS
index e1eb573..03e8c49 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+===============
+Version 0.18.1
+===============
+* GParser: fix create_stream() using string.data
+* build: add support for darwin_versions thanks to Tom Schoonjans <Tom Schoonjans diamond ac uk>
+
 ===============
 Version 0.18.0
 ===============
diff --git a/meson.build b/meson.build
index 208958d..87b927c 100644
--- a/meson.build
+++ b/meson.build
@@ -1,4 +1,4 @@
-project('gxml', [ 'vala', 'c'], version : '0.18.0')
+project('gxml', [ 'vala', 'c'], version : '0.18.1')
 
 PROJECT_NAME = meson.project_name ()
 API_VERSION = '0.18'


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