[Xfce4-commits] [thunar-plugins/thunar-vcs-plugin] 01/01: Updates for release
noreply at xfce.org
noreply at xfce.org
Tue Jul 17 00:18:07 CEST 2018
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 thunar-plugins/thunar-vcs-plugin.
commit 2eb810e5ef741c4f63384e488d9bcced7bddc6ea
Author: Andre Miranda <andreldm at 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.
More information about the Xfce4-commits
mailing list