summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Schmitt <maxime.schmitt91@gmail.com>2021-07-24 15:07:26 +0200
committerMaxime Schmitt <maxime.schmitt91@gmail.com>2021-07-24 15:07:26 +0200
commit29e552301330ab9c7ad7c9ec501e1c468e7d9005 (patch)
treebbf0a72666973cfe646684de5e9aa7edef6671fa
parentff0302ae54524be80bcd700d7e34edf26f1a6e13 (diff)
Bump version1.2.2
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e626e97..ccd8ff0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.1)
# PROJECT #
#///////////////////////////////////////////////////////////////////#
-project(nvtop VERSION 1.2.1
+project(nvtop VERSION 1.2.2
LANGUAGES C)
set(default_build_type "Release")