Add version information

This commit is contained in:
daleclack 2024-01-04 13:06:44 +08:00
parent 868c97cfa7
commit 264fa5f0b2
1 changed files with 1 additions and 1 deletions

View File

@ -364,7 +364,7 @@ void MyWin::about_dialog()
{
char *version, *copyright;
// The Gtkmm Version
version = g_strdup_printf("17.0\nRunning Against Gtkmm %d.%d.%d",
version = g_strdup_printf("17.0\nRunning Against Gtkmm %d.%d.%d\n2023 Update Summary edition",
GTKMM_MAJOR_VERSION,
GTKMM_MINOR_VERSION,
GTKMM_MICRO_VERSION);