From 9f9be46024fa854493063c6c3f176a8eeeff96ef Mon Sep 17 00:00:00 2001 From: Stanley Tsang Date: Wed, 9 Oct 2024 10:42:46 -0600 Subject: [PATCH] Update version number (#619) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9f210e2f6..68e9b7bfc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -126,7 +126,7 @@ if(USE_HIP_CPU) endif() # Setup VERSION -set(VERSION_STRING "3.2.0") +set(VERSION_STRING "3.2.2") rocm_setup_version(VERSION ${VERSION_STRING}) # Print configuration summary