Skip to content

Commit fdb4445

Browse files
authored
Merge pull request #841 from ROCm/cherrypick_PR840
Update Project Version Number to support upgrade
2 parents 98de216 + 3840af0 commit fdb4445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ set(CMAKE_SHARED_LINKER_FLAGS_INIT "-Wl,--enable-new-dtags,--rpath,$ORIGIN:$ORIG
2828
set(CMAKE_EXE_LINKER_FLAGS_INIT "-Wl,--enable-new-dtags,--rpath,$ORIGIN/../lib" CACHE STRING "RUNPATH for executables")
2929

3030
project ("rocm-validation-suite"
31-
VERSION 1.0.0)
31+
VERSION 1.1.0)
3232

3333
# Default libdir to "lib", this skips GNUInstallDirs from trying to take a guess if it's unset:
3434
set(CMAKE_INSTALL_LIBDIR "lib" CACHE STRING "Library install directory")

0 commit comments

Comments
 (0)