summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS7
-rw-r--r--configure.ac.in4
2 files changed, 9 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 3d946c0..de85dd1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+4.17.3
+======
+- Add functions for handling accelerators that use the Tab key
+- Check time.h and sys/time.h for libgtop
+- `g_once_init_enter()` parameter shouldn't be volatile anymore.
+- Translation Updates: Croatian
+
4.17.2
======
- xfce-about: Fix potential NULL pointer access
diff --git a/configure.ac.in b/configure.ac.in
index 3ba2d5d..7610bea 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -9,10 +9,10 @@ m4_define([libxfce4ui_verinfo], [0:0:0])
m4_define([libxfce4ui_version_api], [2])
m4_define([libxfce4ui_version_major], [4])
m4_define([libxfce4ui_version_minor], [17])
-m4_define([libxfce4ui_version_micro], [2])
+m4_define([libxfce4ui_version_micro], [3])
m4_define([libxfce4ui_version_nano], []) dnl leave this empty to have no nano version
m4_define([libxfce4ui_version_build], [@REVISION@])
-m4_define([libxfce4ui_version_tag], [git])
+m4_define([libxfce4ui_version_tag], [])
m4_define([libxfce4ui_version], [libxfce4ui_version_major().libxfce4ui_version_minor().libxfce4ui_version_micro()ifelse(libxfce4ui_version_nano(), [], [], [.libxfce4ui_version_nano()])ifelse(libxfce4ui_version_tag(), [git], [libxfce4ui_version_tag()-libxfce4ui_version_build()], [libxfce4ui_version_tag()])])
m4_define([libxfce4kbd_private_verinfo], [0:0:0])