From a86558a5020d58c7e2739ebd4939dd5d245d3c42 Mon Sep 17 00:00:00 2001 From: Maxime Schmitt Date: Sun, 3 Apr 2022 15:51:41 +0200 Subject: [PATCH] Bump initial major release with AMDGPU support --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a7df6c6..72c4b6e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.1) # PROJECT # #///////////////////////////////////////////////////////////////////# -project(nvtop VERSION 1.2.2 +project(nvtop VERSION 2.0.0 LANGUAGES C) set(default_build_type "Release")