[Xfce4-commits] [xfce/xfconf] 02/02: Prepare for release
noreply at xfce.org
noreply at xfce.org
Thu Jun 27 15:34:09 CEST 2019
This is an automated email from the git hooks/post-receive script.
s k u n n y k 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/xfconf.
commit 37242d13d97483f413e3c5c803e6f0231b2aa7e9
Author: Romain Bouvier <skunnyk at alteroot.org>
Date: Thu Jun 27 15:20:48 2019 +0200
Prepare for release
---
NEWS | 8 ++++++++
configure.ac.in | 4 ++--
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/NEWS b/NEWS
index ecdbe1c..539c5f3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+4.13.8
+======
+
+- Add support for GObject introspection and vala
+- Tests: Explicitly handle error reply from Ping method call
+- Disable perl bindings by default
+- Translation Updates: Danish, Armenian (Armenia)
+
4.13.7
======
- Bump glib version
diff --git a/configure.ac.in b/configure.ac.in
index ebe0dfd..66ec336 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -11,10 +11,10 @@ m4_define([libxfconf_verinfo], [3:0:0])
m4_define([libxfconf_version_api], [0])
m4_define([xfconf_version_major], [4])
m4_define([xfconf_version_minor], [13])
-m4_define([xfconf_version_micro], [7])
+m4_define([xfconf_version_micro], [8])
m4_define([xfconf_version_nano], [])
m4_define([xfconf_version_build], [@REVISION@])
-m4_define([xfconf_version_tag], [git])
+m4_define([xfconf_version_tag], [])
m4_define([xfconf_version], [xfconf_version_major().xfconf_version_minor().xfconf_version_micro()ifelse(xfconf_version_nano(), [], [], [.xfconf_version_nano()])ifelse(xfconf_version_tag(), [git], [xfconf_version_tag()-xfconf_version_build()], [xfconf_version_tag()])])
m4_define([xfconf_default_debug], [ifelse(xfconf_version_tag(), [git], [yes], [minimum])])
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list