summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2022-03-19 22:52:31 +0100
committerCarlos Garnacho <carlosg@gnome.org>2022-03-19 22:52:31 +0100
commitf56ecdc3921a537881d5aa8991d32e9d9c54a2d9 (patch)
treecc86eb2c334cc806e4bb0efccf2e60c28ad7b820
parente0138ba26fd96a0f43573ed662cb6385349ad4c1 (diff)
downloadtracker-3.3.0.tar.gz
Release 3.3.03.3.0
-rw-r--r--NEWS5
-rw-r--r--meson.build2
2 files changed, 6 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 2bf02a700..82e7dfe73 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+NEW in 3.3.0 - 2022-03-19
+=========================
+ * Fix storage of subsecond information in date/time properties
+ * Add more tests
+
NEW in 3.3.0.rc - 2022-03-06
============================
* Fix cursor column names for date and resource types
diff --git a/meson.build b/meson.build
index b0470c707..253028b70 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('tracker', 'c', 'vala',
- version: '3.3.0.rc',
+ version: '3.3.0',
meson_version: '>=0.51',
default_options: [
'c_std=c99',