Skip to content

Commit

Permalink
Version for master branch release 3.10.
Browse files Browse the repository at this point in the history
  • Loading branch information
daineAMD committed Oct 7, 2020
1 parent e4719a3 commit f362972
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 @@ -49,7 +49,7 @@ include( ROCMInstallTargets )
include( ROCMPackageConfigHelpers )
include( ROCMInstallSymlinks )

set ( VERSION_STRING "0.37.0" )
set ( VERSION_STRING "0.38.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.36.0"
NEW_HIPBLAS_VERSION="0.37.0"
OLD_HIPBLAS_VERSION="0.38.0"
NEW_HIPBLAS_VERSION="0.39.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.35.0"
NEW_HIPBLAS_VERSION="0.36.0"
OLD_HIPBLAS_VERSION="0.37.0"
NEW_HIPBLAS_VERSION="0.38.0"

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

0 comments on commit f362972

Please sign in to comment.