[Xfce4-commits] <libxfce4ui:master> Updates for release.
Nick Schermer
noreply at xfce.org
Sun Sep 5 12:38:01 CEST 2010
Updating branch refs/heads/master
to 22c659512615023e18cb3eaa0cbee92f3e1931a1 (commit)
from e509cea4e1a14149216a9085b21b79528341ca2c (commit)
commit 22c659512615023e18cb3eaa0cbee92f3e1931a1
Author: Nick Schermer <nick at xfce.org>
Date: Sun Sep 5 12:34:31 2010 +0200
Updates for release.
NEWS | 7 +++++++
configure.ac.in | 4 ++--
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 2a55b78..d8a03de 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+4.7.3
+=====
+- Fix typo preventing shortcuts from working with new users.
+- Make g_critical warning about exit(0) a DBG message.
+- Translation updates (is, zh_TW, tr, hu, fr, sk, el, id, de).
+
+
4.7.2
=====
- Add key binding to popup Xfdesktop menu (bug #4994).
diff --git a/configure.ac.in b/configure.ac.in
index 435e679..10f7880 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -10,10 +10,10 @@ m4_define([libxfce4ui_verinfo], [0:0:0])
m4_define([libxfce4ui_version_api], [1])
m4_define([libxfce4ui_version_major], [4])
m4_define([libxfce4ui_version_minor], [7])
-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])
More information about the Xfce4-commits
mailing list