[Xfce4-commits] [xfce/libxfce4util] 01/01: Updates for release.

noreply at xfce.org noreply at xfce.org
Sun Jun 11 16:17:22 CEST 2017


This is an automated email from the git hooks/post-receive script.

e   r   i   c       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/libxfce4util.

commit 4cd65b60ea74af9c9d0625adf0b8ffa1d9698349
Author: Eric Koegel <eric.koegel at gmail.com>
Date:   Sun Jun 11 17:15:54 2017 +0300

    Updates for release.
---
 NEWS            | 7 +++++++
 configure.ac.in | 8 ++++----
 2 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/NEWS b/NEWS
index ea4d028..540b692 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+4.13.0
+======
+[Please note that this is a development release.]
+- Fix abicheck to handle ppc64 architecture
+- Add support for GOBJECT-INTROSPECTION Bug #12159
+- Translation updates: ast bg ca da gl he hr lt sv 
+
 4.12.1
 ======
 - Set xfce_version_string to 4.12 (oops!).
diff --git a/configure.ac.in b/configure.ac.in
index fd9fd87..2f7c212 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -1,6 +1,6 @@
 dnl $Id$
 dnl
-dnl Copyright (c) 2002-2014
+dnl Copyright (c) 2002-2017
 dnl         The Xfce development team. All rights reserved.
 dnl
 dnl Written for Xfce by Benedikt Meurer <benny at xfce.org>, Jasper
@@ -12,11 +12,11 @@ dnl *** Version information ***
 dnl ***************************
 m4_define([libxfce4util_verinfo], [7:0:0])
 m4_define([libxfce4util_version_major], [4])
-m4_define([libxfce4util_version_minor], [12])
-m4_define([libxfce4util_version_micro], [1])
+m4_define([libxfce4util_version_minor], [13])
+m4_define([libxfce4util_version_micro], [0])
 m4_define([libxfce4util_version_nano], [])   dnl leave this empty to have no nano version
 m4_define([libxfce4util_version_build], [@REVISION@])
-m4_define([libxfce4util_version_tag], [git])
+m4_define([libxfce4util_version_tag], [])
 m4_define([libxfce4util_version], [libxfce4util_version_major().libxfce4util_version_minor().libxfce4util_version_micro()ifelse(libxfce4util_version_nano(), [], [], [.libxfce4util_version_nano()])ifelse(libxfce4util_version_tag(), [git], [libxfce4util_version_tag()-libxfce4util_version_build()], [])])
 
 dnl **************************************************************

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list