summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Čerman2020-02-16 18:01:54 +0100
committerOndrej Čerman2020-02-16 18:01:54 +0100
commitd3464ba638a1f34ce95aea491617251f150afae3 (patch)
treed7427460bcfb109ed71276dff32bf9035333948d
parent4c24861057e8062513991a024828b2923ab436a7 (diff)
Version 1.4.0v1.4.0
-rw-r--r--src/gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui.c b/src/gui.c
index eec431f..44ff382 100644
--- a/src/gui.c
+++ b/src/gui.c
@@ -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.3.1\n"
+ const gchar *msg = "<b>Zen Monitor</b> 1.4.0\n"
"Monitoring software for AMD Zen-based CPUs\n"
"<a href=\"%s\">%s</a>\n\n"
"Created by: Ondrej Čerman";