This is an automated email from the git hooks/post-receive script. landry pushed a commit to branch master in repository panel-plugins/xfce4-fsguard-plugin.
commit a349adf5332b9dab7f1fef20472d5f9aaa8cf75c Author: Landry Breuil <[email protected]> Date: Tue Nov 1 15:34:53 2016 +0100 Release 1.1.0 --- NEWS | 4 ++++ configure.ac.in | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 0cb54c0..ed9d043 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +20161101 (1.1.0): +----------------- + * set progressbar minimal width/height to 4px so that it looks like with gtk+2 + 20160605 (1.0.99): ----------------- * port to gtk+3/libxfce4ui-2/libxfce4panel-2.0 diff --git a/configure.ac.in b/configure.ac.in index 847f089..d9981c3 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -5,8 +5,8 @@ dnl 2007 Mike Massonnet <[email protected]> dnl m4_define([xfce4_fsguard_plugin_version_major], [1]) -m4_define([xfce4_fsguard_plugin_version_minor], [0]) -m4_define([xfce4_fsguard_plugin_version_micro], [99]) +m4_define([xfce4_fsguard_plugin_version_minor], [1]) +m4_define([xfce4_fsguard_plugin_version_micro], [0]) m4_define([xfce4_fsguard_plugin_version_nano], []) m4_define([xfce4_fsguard_plugin_version_build], [@REVISION@]) m4_define([xfce4_fsguard_plugin_version_tag], []) # Leave empty for releases -- 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
