Skip to content

Commit

Permalink
Bump version to 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
daleclack committed Nov 7, 2021
1 parent 51aa8be commit 44da2d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gtk4/src/MainWin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ static void about_activated(GSimpleAction * action, GVariant * parmeter, gpointe
NULL
};
char *version;
version=g_strdup_printf("4.0-Beta1\nRunning Against GTK %d.%d.%d",
version=g_strdup_printf("4.1\nRunning Against GTK %d.%d.%d",
gtk_get_major_version(),
gtk_get_minor_version(),
gtk_get_micro_version());
Expand Down

0 comments on commit 44da2d6

Please sign in to comment.