From 009366f7741afda57fbd5ecf0104ade65f2d4e30 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Wed, 14 Feb 2024 00:24:11 -0600 Subject: [PATCH] Update version for 2.0 release --- README.md | 3 +++ src/version.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aba78e3..e4bb160 100644 --- a/README.md +++ b/README.md @@ -22,3 +22,6 @@ monitoring CPU usage, memory use, and system temperatures. It is also highly configurable with the ability choose which items to monitor and what colors and fonts to use. +There are two versions of sysmon-qt in the repository. The qt5 branch uses +qt5 libraries. The git HEAD uses qt6 libraries. The differences are +relatively small and the functionality is the same. diff --git a/src/version.h b/src/version.h index dbd3b88..0f12742 100644 --- a/src/version.h +++ b/src/version.h @@ -1,6 +1,6 @@ #ifndef SMVERSION_H #define SMVERSION_H -#define SMVERSION "1.90" +#define SMVERSION "2.0" #endif