This is an automated email from the git hooks/post-receive script. a n d r e 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/thunar-volman.
commit 8a04a5613a341ee7358eb4eb73a493767443586c Author: Andre Miranda <[email protected]> Date: Sat Jun 29 21:52:30 2019 -0300 Updates for release --- NEWS | 6 ++++++ configure.ac.in | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 3ab6447..7d798b3 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +0.9.3 +===== +- Removed # vi:set encoding=UTF-8: from .desktop files (Bug #15466) +- Translation updates: Armenian, Danish, Finnish, Interlingue, Portuguese, + Turkish + 0.9.2 ===== - Translation updates: Albanian, Arabic, Asturian, Basque, Belarusian, diff --git a/configure.ac.in b/configure.ac.in index a8a2d52..163deed 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -21,9 +21,9 @@ dnl *** Version information *** dnl *************************** m4_define([tvm_version_major], [0]) m4_define([tvm_version_minor], [9]) -m4_define([tvm_version_micro], [2]) +m4_define([tvm_version_micro], [3]) m4_define([tvm_version_build], [@REVISION@]) -m4_define([tvm_version_tag], [git]) +m4_define([tvm_version_tag], []) m4_define([tvm_version], [tvm_version_major().tvm_version_minor().tvm_version_micro()ifelse(tvm_version_tag(), [git], [tvm_version_tag()-tvm_version_build()], [tvm_version_tag()])]) dnl ******************************************* -- To stop receiving notification emails like this one, please contact the administrator of this repository. _______________________________________________ Xfce4-commits mailing list [email protected] https://mail.xfce.org/mailman/listinfo/xfce4-commits
