From 75835c32bf2c0073715ebf4484f763ce0699d6d8 Mon Sep 17 00:00:00 2001 From: Siu Chi Chan Date: Tue, 1 Oct 2019 13:08:43 -0400 Subject: [PATCH] Version bump for ROCm 2.9 Change-Id: I9db90151faa38bb20019a8dd4bb53b54730963cd --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0773aa3661d..f01a8ca2c9f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -197,7 +197,7 @@ endif() # define HCC version information SET(HCC_VERSION_MAJOR "2") -SET(HCC_VERSION_MINOR "8") +SET(HCC_VERSION_MINOR "9") include(GenerateVersionFromGit)