summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS13
-rw-r--r--configure.ac2
2 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 3c3dc3a12..ab612a0cf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+NEW in 1.13.0 - 2017-05-23
+==========================
+
+ * Added support for the Meson build system, autotools will be eventually
+ discontinued.
+ * Compile fixes
+ * Fixed introspection annotations
+ * libtracker-sparql: Support osinfo ontology in TrackerNamespace
+ * Fix possible source of stale files in TrackerFileSystem
+ * Whitelist some more syscalls
+
+Translations: fur, ru
+
NEW in 1.12.0 - 2017-03-20
==========================
diff --git a/configure.ac b/configure.ac
index def211666..ffdd7604c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@ AC_PREREQ([2.64])
# if backwards compatibility has been broken,
# set TRACKER_BINARY_AGE and TRACKER_INTERFACE_AGE to 0.
m4_define([tracker_major_version], [1])
-m4_define([tracker_minor_version], [12])
+m4_define([tracker_minor_version], [13])
m4_define([tracker_micro_version], [0])
m4_define([tracker_interface_age], [0])
m4_define([tracker_binary_age],