[Xfce4-commits] <libxfcegui4:master> Updates for release.
Nick Schermer
noreply at xfce.org
Sat Apr 28 22:16:01 CEST 2012
Updating branch refs/heads/master
to 83e7bc639ffae88faea51bd5ee0567fc23364dc6 (commit)
from f47cd2ee52bf91cf12bf901c869ad0b0d717d87e (commit)
commit 83e7bc639ffae88faea51bd5ee0567fc23364dc6
Author: Nick Schermer <nick at xfce.org>
Date: Sat Apr 28 22:10:41 2012 +0200
Updates for release.
NEWS | 7 +++++++
configure.in.in | 4 ++--
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 69c42c5..f1c1267 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+4.10.0
+======
+- Fix link against libm (bug #8698).
+- Use exo-open in xfce_exec (bug #4048).
+- Translation updates: Dutch (Flemish), Portuguese (Brazilian),
+ Chinese (China).
+
4.9.0
=====
- Drop XfceDesktopEntry usage.
diff --git a/configure.in.in b/configure.in.in
index 6ee5331..a8e38a0 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -9,11 +9,11 @@ dnl *** Version information ***
dnl ***************************
m4_define([libxfcegui4_verinfo], [7:0:3])
m4_define([libxfcegui4_version_major], [4])
-m4_define([libxfcegui4_version_minor], [9])
+m4_define([libxfcegui4_version_minor], [10])
m4_define([libxfcegui4_version_micro], [0])
m4_define([libxfcegui4_version_nano], []) dnl leave this empty to have no nano version
m4_define([libxfcegui4_version_build], [@REVISION@])
-m4_define([libxfcegui4_version_tag], [git])
+m4_define([libxfcegui4_version_tag], [])
m4_define([libxfcegui4_version], [libxfcegui4_version_major().libxfcegui4_version_minor().libxfcegui4_version_micro()ifelse(libxfcegui4_version_nano(), [], [], [.libxfcegui4_version_nano()])ifelse(libxfcegui4_version_tag(), [git], [libxfcegui4_version_tag()-libxfcegui4_version_build()], [libxfcegui4_version_tag()])])
More information about the Xfce4-commits
mailing list