[Xfce4-commits] <exo:xfce-4.8> Updates for release.

Nick Schermer noreply at xfce.org
Fri Jun 10 19:10:01 CEST 2011


Updating branch refs/heads/xfce-4.8
         to f976ac6ed52f3bced9cc884445a31105c7cf08b4 (commit)
       from a1c52f8b557b9ebd0e2b89cac70cd6cd9346ae5b (commit)

commit f976ac6ed52f3bced9cc884445a31105c7cf08b4
Author: Nick Schermer <nick at xfce.org>
Date:   Fri Jun 10 19:05:20 2011 +0200

    Updates for release.

 NEWS            |    5 +++++
 configure.in.in |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index fcc5931..fe5f768 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+0.6.2
+=====
+- Fix preferred applications handling (bug #7140).
+- Translation updates: Dutch.
+
 0.6.1
 =====
 - Improve exo-open url and email match regexes (bug #7281).
diff --git a/configure.in.in b/configure.in.in
index 368da2d..c292445 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -12,10 +12,10 @@ m4_define([libexo_verinfo], [0:0:0])
 m4_define([libexo_version_api], [1])
 m4_define([libexo_version_major], [0])
 m4_define([libexo_version_minor], [6])
-m4_define([libexo_version_micro], [1])
+m4_define([libexo_version_micro], [2])
 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