Bump version to 17.0

This commit is contained in:
daleclack 2024-01-02 10:45:24 +08:00
parent ed095dfb24
commit d837237275
1 changed files with 1 additions and 1 deletions

View File

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