[Xfce4-commits] [thunar-plugins/thunar-vcs-plugin] 02/02: release 0.1.5
noreply at xfce.org
noreply at xfce.org
Thu Jun 30 21:09:16 CEST 2016
This is an automated email from the git hooks/post-receive script.
landry pushed a commit to branch master
in repository thunar-plugins/thunar-vcs-plugin.
commit f94935e275a138498b4c359bcfc42efdef17fe4f
Author: Landry Breuil <landry at rhaalovely.net>
Date: Thu Jun 30 21:06:15 2016 +0200
release 0.1.5
---
ChangeLog | 7 +++++++
configure.ac.in | 4 ++--
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 21c6dca..75a5df8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2016-06-30 Landry Breuil <landry at xfce.org>
+
+ * === Released 0.1.5 ===
+ * Tons of svn improvements/fixes, courtesy of Stefan Sperling
+ * Fixed MACRO naming in makefiles. Bug #7850
+ * Fixed invalid usage of g_quark_from_static_string. Bug #6322
+
2011-03-20 Peter de Ridder <peter at xfce.org>
* === Released 0.1.4 ===
diff --git a/configure.ac.in b/configure.ac.in
index 151cad9..035d312 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -20,9 +20,9 @@ dnl *** Version information ***
dnl ***************************
m4_define([tvp_version_major], [0])
m4_define([tvp_version_minor], [1])
-m4_define([tvp_version_micro], [4])
+m4_define([tvp_version_micro], [5])
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