From feb8986154e1611412efddae23188a66d3f9e52f Mon Sep 17 00:00:00 2001 From: Nico <31079890+ntrost57@users.noreply.github.com> Date: Mon, 6 Jul 2020 20:30:34 +0200 Subject: [PATCH] bump version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 717d0d8e..52d9e6cd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -83,7 +83,7 @@ option(BUILD_VERBOSE "Output additional build information" OFF) include(cmake/Dependencies.cmake) # Setup version -set(VERSION_STRING "1.14.4") +set(VERSION_STRING "1.15.0") rocm_setup_version(VERSION ${VERSION_STRING}) set(rocsparse_SOVERSION 0.1)