This is an automated email from the git hooks/post-receive script. nomad pushed a commit to branch master in repository apps/xfdashboard.
commit a3fa8cef5250560a238e1190d92e53a9595f904b Author: Stephan Haller <[email protected]> Date: Fri Nov 13 18:56:36 2015 +0100 Bump version to 0.5.3 --- configure.ac.in | 2 +- data/appdata/xfdashboard.appdata.xml.in | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/configure.ac.in b/configure.ac.in index 838e5fe..99db9e8 100644 --- a/configure.ac.in +++ b/configure.ac.in @@ -11,7 +11,7 @@ m4_define([xfdashboard_version_major], [0]) m4_define([xfdashboard_version_minor], [5]) m4_define([xfdashboard_version_micro], [3]) m4_define([xfdashboard_version_build], [@REVISION@]) -m4_define([xfdashboard_version_tag], [git]) +m4_define([xfdashboard_version_tag], []) m4_define([xfdashboard_version], [xfdashboard_version_major().xfdashboard_version_minor().xfdashboard_version_micro()ifelse(xfdashboard_version_tag(), [git], [xfdashboard_version_tag().xfdashboard_version_build()], [xfdashboard_version_tag()])]) dnl ************************************** diff --git a/data/appdata/xfdashboard.appdata.xml.in b/data/appdata/xfdashboard.appdata.xml.in index dbc5278..eab08b8 100644 --- a/data/appdata/xfdashboard.appdata.xml.in +++ b/data/appdata/xfdashboard.appdata.xml.in @@ -44,6 +44,13 @@ </provides> <releases> + <release version="0.5.3" timestamp="1447437275"> + <description> + <_p>This unstable development introduces a basic and simple plugin system + as well as a sample plugin adding a new view showing a clock. + </_p> + </description> + </release> <release version="0.5.2" timestamp="1444326527"> <description> <_p>This unstable development introduces a new configurable options to -- 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
