Skip to content
Snippets Groups Projects
Commit 38d64d39 authored by Nick Schermer's avatar Nick Schermer
Browse files

Updates for release.

parent d68b2b57
No related branches found
No related tags found
No related merge requests found
4.10.1
======
- Use new glib 2.32 api.
- Autotools updates.
- Detatch from icon theme to avoid segfault (bug #9730).
- Protect against possible null pointers (bug #9109).
- Translation updates: Arabic, Bulgarian, Croatian, Indonesian, Dutch
(Flemish), Serbian, Swedish, Turkish, Uyghur
4.10.0
======
- Add a valid category to xfce4-run.desktop.
......
......@@ -7,10 +7,10 @@ dnl *** Version information ***
dnl ***************************
m4_define([xfce4_appfinder_version_major], [4])
m4_define([xfce4_appfinder_version_minor], [10])
m4_define([xfce4_appfinder_version_micro], [0])
m4_define([xfce4_appfinder_version_micro], [1])
m4_define([xfce4_appfinder_version_nano], []) dnl leave this empty to have no nano version
m4_define([xfce4_appfinder_version_build], [@REVISION@])
m4_define([xfce4_appfinder_version_tag], [git])
m4_define([xfce4_appfinder_version_tag], [])
m4_define([xfce4_appfinder_version], [xfce4_appfinder_version_major().xfce4_appfinder_version_minor().xfce4_appfinder_version_micro()ifelse(xfce4_appfinder_version_nano(), [], [], [.xfce4_appfinder_version_nano()])ifelse(xfce4_appfinder_version_tag(), [git], [xfce4_appfinder_version_tag()-xfce4_appfinder_version_build()], [xfce4_appfinder_version_tag()])])
dnl *******************************************
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment