about: add symbolic information to release

This commit is contained in:
Christian Hergert
2021-02-23 15:40:32 -08:00
parent b77523eb3d
commit 4d332dc68a
2 changed files with 4 additions and 1 deletions

View File

@ -200,7 +200,7 @@ sysprof_about (GSimpleAction *action,
"license-type", GTK_LICENSE_GPL_3_0,
"logo-icon-name", "org.gnome.Sysprof",
"program-name", _("Sysprof"),
"version", PACKAGE_VERSION,
"version", SYMBOLIC_VERSION "\n" "(" PACKAGE_VERSION ")",
"website", "https://wiki.gnome.org/Apps/Sysprof",
"website-label", _("Learn more about Sysprof"),
NULL);