summaryrefslogtreecommitdiffstats
path: root/src/about
diff options
context:
space:
mode:
Diffstat (limited to 'src/about')
-rw-r--r--src/about/version.c3
1 files changed, 2 insertions, 1 deletions
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 "