Skip to content

Commit 96c51cc

Browse files
develop branch for release after ROCm 7.0 (#2205)
1 parent b4dbdcc commit 96c51cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,9 +286,9 @@ if(HIPBLASLT_ENABLE_MARKER)
286286
endif()
287287

288288
# Setup version
289-
set(VERSION_STRING "1.0.0")
289+
set(VERSION_STRING "1.1.0")
290290
rocm_setup_version(VERSION ${VERSION_STRING})
291-
set(hipblaslt_SOVERSION 1.0)
291+
set(hipblaslt_SOVERSION 1.1)
292292

293293

294294
if( BUILD_CLIENTS_SAMPLES OR BUILD_CLIENTS_TESTS OR BUILD_CLIENTS_BENCHMARKS )

0 commit comments

Comments
 (0)