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

andre pushed a 
commit to branch 
master
in repository thunar-plugins/thunar-vcs-plugin.

commit 2eb810e5ef741c4f63384e488d9bcced7bddc6ea
Author: Andre Miranda <andre...@xfce.org>
Date:   Mon Jul 16 18:53:18 2018 -0300

    Updates for release
---
 NEWS            | 6 ++++++
 configure.ac.in | 6 +++---
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index 83b2fd5..a7b3c80 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+0.2.0
+=====
+- Fix context menu strings.
+- Add description to commands, shown on Thunar's status bar.
+- Translation updates.
+
 0.1.90
 =====
 - GTK3 Port.
diff --git a/configure.ac.in b/configure.ac.in
index b4fe592..f247062 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -19,10 +19,10 @@ dnl ***************************
 dnl *** Version information ***
 dnl ***************************
 m4_define([tvp_version_major], [0])
-m4_define([tvp_version_minor], [1])
-m4_define([tvp_version_micro], [90])
+m4_define([tvp_version_minor], [2])
+m4_define([tvp_version_micro], [0])
 m4_define([tvp_version_build], [@REVISION@])
-m4_define([tvp_version_tag], [git]) # Leave empty for releases
+m4_define([tvp_version_tag], []) # Leave empty for releases
 m4_define([tvp_version], 
[tvp_version_major().tvp_version_minor().tvp_version_micro()ifelse(tvp_version_tag(),
 [], [], [tvp_version_tag()-tvp_version_build()])])
 
 dnl *******************************************

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to