summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2020-03-07 15:11:09 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2020-03-07 15:11:09 +0100
commit3a70f1c7a15464176a48ce93ecb13a93e6f3d855 (patch)
tree0f91a30df8c59a19aaab6772641fcdbc92ab9745
parent7a500e772466ce5b06de7c9867856731d222d6c3 (diff)
downloadgobject-introspection-1.64.0.tar.gz
release1.64.0
-rw-r--r--NEWS8
-rw-r--r--meson.build2
2 files changed, 9 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2bd9b960..ddcece37 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+1.64.0 - 2020-03-07
+-------------------
+
+* Update glib annotations (:user:`Rico Tzschichholz <ricotz>`)
+* Fix regress scanner tests for non-gcc/clang compilers :mr:`197` (:user:`Chun-wei Fan <fanc999>`)
+* Document how to update glib GIR :mr:`199` (:user:`Bastien Nocera <hadess>`)
+
+
1.63.2 - 2020-01-17
-------------------
diff --git a/meson.build b/meson.build
index 7a67a146..eed4d6b3 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('gobject-introspection', 'c',
- version: '1.63.3',
+ version: '1.64.0',
meson_version: '>= 0.50.1',
default_options: [
'warning_level=1',