From 16d3e10250508a0b21cce96c8d00671ecd6aaebd Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 29 Oct 2017 18:09:22 -0400 Subject: about(:version): Show both PACKAGE_VERSION and PACKAGE_VERSION_GIT --- (limited to 'src/about') diff --git a/src/about/version.c b/src/about/version.c index ff17914..740ca7f 100644 --- a/src/about/version.c +++ b/src/about/version.c @@ -46,7 +46,8 @@ mq_about_version_response(MqApplication G_GNUC_UNUSED *application, mq_html_notebook(FALSE, "notebook1", 0, mq_html_container("div", mq_html_h3(PACKAGE_NAME), - mq_html_p(PACKAGE_VERSION_GIT), + mq_html_p_free(g_strconcat(PACKAGE_VERSION, + PACKAGE_VERSION_GIT, NULL)), /* TODO: Comments */ /* TODO: Web site link */ mq_html_p("Copyright © 2017 " -- cgit v0.9.1