[Xfce4-commits] [apps/xfce4-terminal] 01/01: Release 0.8.5.1

noreply at xfce.org noreply at xfce.org
Sun May 14 18:37:20 CEST 2017


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

f2404 pushed a commit to branch master
in repository apps/xfce4-terminal.

commit 6cae486b8765f91141cbcad0124e4b99ccd595cd
Author: Igor <f2404 at yandex.ru>
Date:   Sun May 14 12:34:51 2017 -0400

    Release 0.8.5.1
---
 NEWS            | 4 ++++
 configure.ac.in | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 285a9a5..c588217 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+0.8.5.1
+=======
+- Fix font settings load (#13574)
+
 0.8.5
 =====
 - Do not change drop-down window size when zooming in/out
diff --git a/configure.ac.in b/configure.ac.in
index a989c5d..31c6c93 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -11,9 +11,9 @@ dnl ***************************
 m4_define([terminal_version_major], [0])
 m4_define([terminal_version_minor], [8])
 m4_define([terminal_version_micro], [5])
-m4_define([terminal_version_nano], [])
+m4_define([terminal_version_nano], [1])
 m4_define([terminal_version_build], [@REVISION@])
-m4_define([terminal_version_tag], [git])
+m4_define([terminal_version_tag], [])
 m4_define([terminal_version_dbus], [5])
 m4_define([terminal_version], [terminal_version_major().terminal_version_minor().terminal_version_micro()ifelse(terminal_version_nano(), [], [], [.terminal_version_nano()])ifelse(terminal_version_tag(), [git], [terminal_version_tag()-terminal_version_build()], [terminal_version_tag()])])
 

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


More information about the Xfce4-commits mailing list