From 3185428ad855c51f69b6ff178c5c024b0812376f Mon Sep 17 00:00:00 2001 From: Yiltan Temucin Date: Mon, 16 Dec 2024 08:41:50 -0600 Subject: [PATCH] Bump rocSHMEM version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7b5d855fc9..50aeeb7541 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -88,7 +88,7 @@ include(ROCMCheckTargetIds) ############################################################################### # PROJECT ############################################################################### -rocm_setup_version(VERSION 1.6.0) +rocm_setup_version(VERSION 2.0.0) project(rocshmem CXX)