[Xfce4-commits] <exo:xfce-4.6> Updates for release.
Nick Schermer
noreply at xfce.org
Fri May 21 20:36:01 CEST 2010
Updating branch refs/heads/xfce-4.6
to 4a919560a970bc5bd6e155fc8f5128770dc8b257 (commit)
from 279ee43f4676fdd123f29caa1d6ff406685fca66 (commit)
commit 4a919560a970bc5bd6e155fc8f5128770dc8b257
Author: Nick Schermer <nick at xfce.org>
Date: Fri May 21 18:27:47 2010 +0200
Updates for release.
NEWS | 7 +++++++
configure.in.in | 4 ++--
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index bc9e05b..9ac567d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+0.3.107
+=======
+- Make the treeview work again with gtk 2.20 (bug #6230).
+- Fix compilation error (bug #6421).
+- Build ChangeLog from GIT.
+- Translation updates (pt, nl, it, am, bn, kk, ug, ru, ja).
+
0.3.106
=======
- Only sync devices with no volume.
diff --git a/configure.in.in b/configure.in.in
index 12e7ab0..af83edc 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -12,10 +12,10 @@ dnl ***************************
m4_define([libexo_verinfo], [5:0:5])
m4_define([libexo_version_major], [0])
m4_define([libexo_version_minor], [3])
-m4_define([libexo_version_micro], [106])
+m4_define([libexo_version_micro], [107])
m4_define([libexo_version_nano], [])
m4_define([libexo_version_build], [@REVISION@])
-m4_define([libexo_version_tag], [git])
+m4_define([libexo_version_tag], [])
m4_define([libexo_version], [libexo_version_major().libexo_version_minor().libexo_version_micro()ifelse(libexo_version_nano(), [], [], [.libexo_version_nano()])ifelse(libexo_version_tag(), [git], [libexo_version_tag()-libexo_version_build()], [libexo_version_tag()])])
dnl ********************************************
More information about the Xfce4-commits
mailing list