Updating branch refs/heads/master
         to f455681554ca205ffe49bd616310b19f5f9f8ef1 (commit)
       from c05b48281af28eb24fcdc3f1fdfe4227f68e9184 (commit)

commit f455681554ca205ffe49bd616310b19f5f9f8ef1
Author: Nick Schermer <n...@xfce.org>
Date:   Thu Dec 27 13:50:21 2012 +0100

    Updates for release.

 NEWS            |   11 +++++++++++
 configure.ac.in |    4 ++--
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 28a8d44..a8ff71e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+0.10.2
+======
+- Optimize returning the selected item in icon view.
+- Work with icon names in the toolbar editor.
+- GIO unix is still used for exo-open (bug #9679).
+- Use same thumbnail frame as Thunar.
+- Rename Terminal to xfce4-terminal.
+- Remove unmaintained translations.
+- Add chromium-browser to binary names (bug #9584).
+- Add various helpers.
+
 0.10.1
 ======
 - g_main_context_ref_thread_default() is 2.32 API (bug #9577).
diff --git a/configure.ac.in b/configure.ac.in
index ef3b772..3ac26f2 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -12,10 +12,10 @@ m4_define([libexo_verinfo], [1:0:1])
 m4_define([libexo_version_api], [1])
 m4_define([libexo_version_major], [0])
 m4_define([libexo_version_minor], [10])
-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 ********************************************
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to