summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--configure.ac.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a128efe..956355d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+4.14.3
+======
+- Always provide files for vala bindings
+
4.14.2
======
- Use 'gsettings' as a common channel name for the GSetting backend
diff --git a/configure.ac.in b/configure.ac.in
index 177fac9..ae9b62c 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -11,7 +11,7 @@ m4_define([libxfconf_verinfo], [3:0:0])
m4_define([libxfconf_version_api], [0])
m4_define([xfconf_version_major], [4])
m4_define([xfconf_version_minor], [14])
-m4_define([xfconf_version_micro], [2])
+m4_define([xfconf_version_micro], [3])
m4_define([xfconf_version_nano], [])
m4_define([xfconf_version_build], [@REVISION@])
m4_define([xfconf_version_tag], [])