aboutsummaryrefslogtreecommitdiff
path: root/src/gui.c
diff options
context:
space:
mode:
authorOndrej Čerman2020-01-23 22:47:52 +0100
committerOndrej Čerman2020-01-23 22:47:52 +0100
commita82a28c135afb11470a383ba55278dc48e37ed4e (patch)
tree9ec241fe144b3060d897d8db0933d32a5cc0d823 /src/gui.c
parentf04d8e4dc6404151882c57ad4721dad9db2768cb (diff)
Core index is now displayed by default, added command line argument "--core_id" to display core_id insteadv1.3
Fixed dates in LICENSE file Version 1.3
Diffstat (limited to 'src/gui.c')
-rw-r--r--src/gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui.c b/src/gui.c
index 115e31a..8378286 100644
--- a/src/gui.c
+++ b/src/gui.c
@@ -141,7 +141,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.2\n"
+ const gchar *msg = "<b>Zen Monitor</b> 1.3\n"
"Monitoring software for AMD Zen-based CPUs\n"
"<a href=\"%s\">%s</a>\n\n"
"Created by: Ondrej Čerman";