summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2022-08-09 02:28:32 +0200
committerCarlos Garnacho <carlosg@gnome.org>2022-08-09 02:28:32 +0200
commitcbccf6d3245b0a92ff6fe325cd75f2b197f847fb (patch)
tree8f4dc294baf3baf29fa1c8af4f4733a849d7431c
parentc3f53e4b6eb7d1a90dbb0e6981b3a273a314c277 (diff)
downloadtracker-cbccf6d3245b0a92ff6fe325cd75f2b197f847fb.tar.gz
Release 3.3.33.3.3
-rw-r--r--NEWS4
-rw-r--r--meson.build2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fd5c7bfdd..7b5748039 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+NEW in 3.3.3 - 2022-08-08
+=========================
+ * Prepare D-Bus endpoint for cursor streams
+
NEW in 3.3.2 - 2022-07-06
=========================
* Avoid redundant queries in TrackerNotifiers proxied through
diff --git a/meson.build b/meson.build
index 81a09c7db..df387d784 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('tracker', 'c', 'vala',
- version: '3.3.2',
+ version: '3.3.3',
meson_version: '>=0.51',
default_options: [
'c_std=c99',