From a38d34f15a3b79ee44b2c6f7c2e168bacdeabe35 Mon Sep 17 00:00:00 2001 From: Maxime Schmitt Date: Sat, 16 Apr 2022 14:26:56 +0200 Subject: [PATCH] Bump version 2.0.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 72c4b6e..a56137c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.1) # PROJECT # #///////////////////////////////////////////////////////////////////# -project(nvtop VERSION 2.0.0 +project(nvtop VERSION 2.0.1 LANGUAGES C) set(default_build_type "Release")