This is an automated email from the git hooks/post-receive script. gottcode pushed a commit to branch master in repository panel-plugins/xfce4-whiskermenu-plugin.
commit 08e72c72c5a2b6102bf933bca159ba907bac094d Author: Graeme Gott <[email protected]> Date: Sat Aug 20 12:07:20 2016 -0400 Add git version number. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 74790d7..ec6e123 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ project(whiskermenu) set(whiskermenu_version_major "2") set(whiskermenu_version_minor "0") set(whiskermenu_version_micro "0") -set(whiskermenu_version_tag "") +set(whiskermenu_version_tag "git") set(whiskermenu_version "${whiskermenu_version_major}.${whiskermenu_version_minor}.${whiskermenu_version_micro}") if(${whiskermenu_version_tag} MATCHES "git") if(NOT DEFINED whiskermenu_version_build) -- 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
