summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxime Schmitt <maxime.schmitt91@gmail.com>2022-04-03 15:51:41 +0200
committerMaxime Schmitt <Syllo@users.noreply.github.com>2022-04-04 19:59:30 +0200
commit346021bcb8661a65e2892f5334de21181e2cf31d (patch)
treec7964ed8cd28c95cec88af0d7a36b67102051f05
parentb4165e618689142633c1904060daf8a1d0e67643 (diff)
Bump initial major release with AMDGPU support2.0.0
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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")