From 1fee6f9d50684673e3d663b499289df1fca1a30c Mon Sep 17 00:00:00 2001 From: Wenkai Du <43822138+wenkaidu@users.noreply.github.com> Date: Thu, 25 Jul 2019 15:25:02 -0700 Subject: [PATCH] Remove extra "." from version string (#104) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c22a4cb6c6..f70d071914 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -55,7 +55,7 @@ else() endif() # Setup VERSION -set(VERSION_STRING "2.6.0.") +set(VERSION_STRING "2.6.0") rocm_setup_version(VERSION ${VERSION_STRING}) list(APPEND CMAKE_PREFIX_PATH