[Xfce4-commits] [xfce/libxfce4util] 01/01: updates for release
noreply at xfce.org
noreply at xfce.org
Sat Feb 28 15:57:15 CET 2015
This is an automated email from the git hooks/post-receive script.
landry pushed a commit to branch master
in repository xfce/libxfce4util.
commit 4039e0c900825b96336772152bdd397c95c10170
Author: Landry Breuil <landry at xfce.org>
Date: Sat Feb 28 15:55:15 2015 +0100
updates for release
---
NEWS | 5 +++++
configure.ac.in | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index 765d904..b5c934b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+4.12.0
+======
+- Update libtool version to reflect dropped symbols (bug #10737)
+- Translation updates: ast, bg, de, es, fr, hr, nb, pl, ro, ru
+
4.11.0
======
- Autotools updates.
diff --git a/configure.ac.in b/configure.ac.in
index 473f26c..9b03ce4 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -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], [11])
+m4_define([libxfce4util_version_minor], [12])
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