Skip to content

Commit f0c4227

Browse files
committed
version for master branch release
1 parent 9a3c832 commit f0c4227

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ include( ROCMInstallTargets )
4242
include( ROCMPackageConfigHelpers )
4343
include( ROCMInstallSymlinks )
4444

45-
rocm_setup_version( VERSION 0.13.1.0 NO_GIT_TAG_VERSION )
45+
rocm_setup_version( VERSION 0.12.2.0 NO_GIT_TAG_VERSION )
4646

4747
# Append our library helper cmake path and the cmake path for hip (for convenience)
4848
# Users may override HIP path by specifying their own in CMAKE_MODULE_PATH

bump_develop_version.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# - run this script in master branch
66
# - after running this script merge master into develop
77

8-
OLD_HIPBLAS_VERSION="12.1.0"
9-
NEW_HIPBLAS_VERSION="13.1.0"
8+
OLD_HIPBLAS_VERSION="12.2.0"
9+
NEW_HIPBLAS_VERSION="13.2.0"
1010

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

bump_master_version.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# - after running this script and merging develop into master, run bump_develop_version.sh in master and
77
# merge master into develop
88

9-
OLD_HIPBLAS_VERSION="13.0.0"
10-
NEW_HIPBLAS_VERSION="12.1.0"
9+
OLD_HIPBLAS_VERSION="13.1.0"
10+
NEW_HIPBLAS_VERSION="12.2.0"
1111

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

0 commit comments

Comments
 (0)