[Xfce4-commits] <libxfce4ui:master> Updates for release.

Nick Schermer noreply at xfce.org
Sat Feb 22 23:38:01 CET 2014


Updating branch refs/heads/master
         to 83cc23d03e9ab732c53deaaa9b7d7811eb3de005 (commit)
       from 87afbc3ee82715ac50a21515a4da67a8294b8fcb (commit)

commit 83cc23d03e9ab732c53deaaa9b7d7811eb3de005
Author: Nick Schermer <nick at xfce.org>
Date:   Sat Feb 22 23:31:20 2014 +0100

    Updates for release.

 NEWS            |    8 +++++++-
 configure.ac.in |    4 ++--
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index ef41ed9..d6d2d41 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,13 @@
-4.11.x
+4.11.1
 ======
 - Add xfce_dialog_show_help_with_version() so applications can send
   their own version number and not the desktop version.
+- Translation updates: Arabic, Bulgarian, Bengali, Danish, German,
+  Greek, Finnish, Galician, Croatian, Icelandic, Japanese, Kazakh,
+  Korean, Lithuanian, Malay, Norwegian Bokmal, Norwegian Nynorsk,
+  Occitan (post 1500), Portuguese, Portuguese (Brazilian), Romanian,
+  Russian, Slovak, Slovenian, Serbian, Telugu, Ukrainian, Chinese
+  (China), Chinese (Hong Kong), Chinese (Taiwan).
 
 4.11.0
 ======
diff --git a/configure.ac.in b/configure.ac.in
index 664593d..5a47267 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], [11])
-m4_define([libxfce4ui_version_micro], [0])
+m4_define([libxfce4ui_version_micro], [1])
 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