Skip to content

Commit

Permalink
version for master branch release 13.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amcamd committed Sep 12, 2018
1 parent 7e8045b commit 3b589a3
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 @@ -42,7 +42,7 @@ include( ROCMInstallTargets )
include( ROCMPackageConfigHelpers )
include( ROCMInstallSymlinks )

rocm_setup_version( VERSION 0.13.0.0 NO_GIT_TAG_VERSION )
rocm_setup_version( VERSION 0.12.1.0 NO_GIT_TAG_VERSION )

# Append our library helper cmake path and the cmake path for hip (for convenience)
# Users may override HIP path by specifying their own in CMAKE_MODULE_PATH
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="12.0.0"
NEW_HIPBLAS_VERSION="13.0.0"
OLD_HIPBLAS_VERSION="12.1.0"
NEW_HIPBLAS_VERSION="13.1.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="11.4.0"
NEW_HIPBLAS_VERSION="12.0.0"
OLD_HIPBLAS_VERSION="13.0.0"
NEW_HIPBLAS_VERSION="12.1.0"

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

0 comments on commit 3b589a3

Please sign in to comment.