Skip to content

Commit

Permalink
Version for master branch release 3.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
daineAMD committed Jun 3, 2020
1 parent 02bd31d commit 2594939
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ include( ROCMInstallTargets )
include( ROCMPackageConfigHelpers )
include( ROCMInstallSymlinks )

set ( VERSION_STRING "0.29.0" )
set ( VERSION_STRING "0.30.0" )
rocm_setup_version( VERSION ${VERSION_STRING} )

# Append our library helper cmake path and the cmake path for hip (for convenience)
Expand Down
4 changes: 2 additions & 2 deletions bump_develop_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# - run this script in master branch
# - after running this script merge master into develop

OLD_HIPBLAS_VERSION="0.28.0"
NEW_HIPBLAS_VERSION="0.29.0"
OLD_HIPBLAS_VERSION="0.30.0"
NEW_HIPBLAS_VERSION="0.31.0"

sed -i "s/${OLD_HIPBLAS_VERSION}/${NEW_HIPBLAS_VERSION}/g" CMakeLists.txt
4 changes: 2 additions & 2 deletions bump_master_version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# - after running this script and merging develop into master, run bump_develop_version.sh in master and
# merge master into develop

OLD_HIPBLAS_VERSION="0.27.0"
NEW_HIPBLAS_VERSION="0.28.0"
OLD_HIPBLAS_VERSION="0.29.0"
NEW_HIPBLAS_VERSION="0.30.0"

sed -i "s/${OLD_HIPBLAS_VERSION}/${NEW_HIPBLAS_VERSION}/g" CMakeLists.txt

0 comments on commit 2594939

Please sign in to comment.