From 0f7c44d9c10a0bac5d83ca1e0e2c438679b75de9 Mon Sep 17 00:00:00 2001 From: Stanley Tsang Date: Wed, 31 Jul 2024 16:07:58 +0000 Subject: [PATCH] Update packaging version for 6.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ce1671dc..89e3eadf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -122,7 +122,7 @@ if(BUILD_ADDRESS_SANITIZER) endif() # Setup VERSION -rocm_setup_version(VERSION "3.0.1") +rocm_setup_version(VERSION "3.1.0") # Print configuration summary include(cmake/Summary.cmake)