summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',