This is an automated email from the git hooks/post-receive script. bluesabre pushed a commit to branch master in repository apps/xfce4-volumed-pulse.
commit 6fadb81c4188052b264da437705012150ad93975 Author: Sean Davis <[email protected]> Date: Tue Sep 13 21:27:38 2016 -0400 Post release version bump --- configure.ac.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac.in b/configure.ac.in index f02ceaa..b3c7bd4 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -3,10 +3,10 @@ dnl *** Version information *** dnl *************************** m4_define([xfce4_volumed_pulse_version_major], [0]) m4_define([xfce4_volumed_pulse_version_minor], [2]) -m4_define([xfce4_volumed_pulse_version_micro], [2]) +m4_define([xfce4_volumed_pulse_version_micro], [3]) m4_define([xfce4_volumed_pulse_version_nano], []) m4_define([xfce4_volumed_pulse_version_build], [@REVISION@]) -m4_define([xfce4_volumed_pulse_version_tag], []) # Leave empty for releases +m4_define([xfce4_volumed_pulse_version_tag], [git]) # Leave empty for releases m4_define([xfce4_volumed_pulse_version], [xfce4_volumed_pulse_version_major().xfce4_volumed_pulse_version_minor().xfce4_volumed_pulse_version_micro()ifelse(xfce4_volumed_pulse_version_nano(), [], [], [.xfce4_volumed_pulse_version_nano()])ifelse(xfce4_volumed_pulse_version_tag(), [git], [xfce4_volumed_pulse_version_tag()-xfce4_volumed_pulse_version_build()], [xfce4_volumed_pulse_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
