Skip to content

Commit

Permalink
version for master branch release
Browse files Browse the repository at this point in the history
  • Loading branch information
amcamd committed Aug 9, 2018
1 parent ecaca1c commit 2de43be
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.11.4.0 NO_GIT_TAG_VERSION )
rocm_setup_version( VERSION 0.12.0.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="10.4.0"
NEW_HIPBLAS_VERSION="11.4.0"
OLD_HIPBLAS_VERSION="12.0.0"
NEW_HIPBLAS_VERSION="13.0.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.3.1"
NEW_HIPBLAS_VERSION="10.4.0"
OLD_HIPBLAS_VERSION="11.4.0"
NEW_HIPBLAS_VERSION="12.0.0"

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

0 comments on commit 2de43be

Please sign in to comment.