Version 1.4.1

This commit is contained in:
Ondrej Čerman 2020-06-06 17:24:19 +02:00
parent 26d4f9ee82
commit 696e5bbe87

View file

@ -142,7 +142,7 @@ static void add_columns (GtkTreeView *treeview) {
static void about_btn_clicked(GtkButton *button, gpointer user_data) {
GtkWidget *dialog;
const gchar *website = "https://github.com/ocerman/zenmonitor";
const gchar *msg = "<b>Zen Monitor</b> 1.4.0\n"
const gchar *msg = "<b>Zen Monitor</b> 1.4.1\n"
"Monitoring software for AMD Zen-based CPUs\n"
"<a href=\"%s\">%s</a>\n\n"
"Created by: Ondrej Čerman";