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

Nick Schermer noreply at xfce.org
Sat Apr 28 21:50:01 CEST 2012


Updating branch refs/heads/master
         to cf85eac7804e09b24f3e8fb4165f60b1c9f8cf49 (commit)
       from aaa2c231e919b915e567b363bcf3397b630eae3e (commit)

commit cf85eac7804e09b24f3e8fb4165f60b1c9f8cf49
Author: Nick Schermer <nick at xfce.org>
Date:   Sat Apr 28 21:43:30 2012 +0200

    Updates for release.

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

diff --git a/NEWS b/NEWS
index 58278ab..9769cae 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+4.10.0
+======
+- Update contributor credits.
+- Update translators, week 15 and 16.
+- Enable startup notification in xfce4-appfinder shortcuts.
+- Check abicheck.sh to be more portable (bug #8702).
+- Translation updates: English (United Kingdom), Spanish (Castilian),
+  Galician, Japanese, Kazakh, Korean, Dutch (Flemish), Portuguese,
+  Portuguese (Brazilian), Chinese (China).
+
 4.9.2
 =====
 - Update translators, week 13 and 14.
diff --git a/configure.ac.in b/configure.ac.in
index 63446d9..de429ed 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -9,11 +9,11 @@ dnl ***************************
 m4_define([libxfce4ui_verinfo], [0:0:0])
 m4_define([libxfce4ui_version_api], [1])
 m4_define([libxfce4ui_version_major], [4])
-m4_define([libxfce4ui_version_minor], [9])
-m4_define([libxfce4ui_version_micro], [2])
+m4_define([libxfce4ui_version_minor], [10])
+m4_define([libxfce4ui_version_micro], [0])
 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])
@@ -24,7 +24,7 @@ dnl # YOU ARE DOING.
 
 
 dnl ********************************************
-dnl *** Full debug support for SVN snapshots ***
+dnl *** Full debug support for GIT snapshots ***
 dnl ********************************************
 m4_define([libxfce4ui_debug_default], [ifelse(libxfce4ui_version_tag(), [git], [full], [minimum])])
 


More information about the Xfce4-commits mailing list