summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--meson.build2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index c28a23234..6972130f5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+NEW in 2.3.4 - 2020-03-10
+=========================
+ * Brown paper bag release, fix NULL check.
+
NEW in 2.3.3 - 2020-03-09
=========================
* Fix race condition during tracker-store shutdown maybe leading to
diff --git a/meson.build b/meson.build
index 5cf7007eb..26adf3017 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('tracker', 'c', 'vala',
- version: '2.3.3',
+ version: '2.3.4',
meson_version: '>=0.47')
gnome = import('gnome')