From 9627d71267877410d06c37456f46131af4499fce Mon Sep 17 00:00:00 2001 From: daineAMD Date: Wed, 8 Jul 2020 09:51:03 -0600 Subject: [PATCH] Version for master branch release. --- CMakeLists.txt | 2 +- bump_develop_version.sh | 4 ++-- bump_master_version.sh | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8f01e0d76..59e12d620 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -45,7 +45,7 @@ include( ROCMInstallTargets ) include( ROCMPackageConfigHelpers ) include( ROCMInstallSymlinks ) -set ( VERSION_STRING "0.31.0" ) +set ( VERSION_STRING "0.32.0" ) rocm_setup_version( VERSION ${VERSION_STRING} ) # Append our library helper cmake path and the cmake path for hip (for convenience) diff --git a/bump_develop_version.sh b/bump_develop_version.sh index 546ea721b..ee3e1f638 100755 --- a/bump_develop_version.sh +++ b/bump_develop_version.sh @@ -5,7 +5,7 @@ # - run this script in master branch # - after running this script merge master into develop -OLD_HIPBLAS_VERSION="0.30.0" -NEW_HIPBLAS_VERSION="0.31.0" +OLD_HIPBLAS_VERSION="0.32.0" +NEW_HIPBLAS_VERSION="0.33.0" sed -i "s/${OLD_HIPBLAS_VERSION}/${NEW_HIPBLAS_VERSION}/g" CMakeLists.txt diff --git a/bump_master_version.sh b/bump_master_version.sh index bda9710ed..ef66be87a 100755 --- a/bump_master_version.sh +++ b/bump_master_version.sh @@ -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.29.0" -NEW_HIPBLAS_VERSION="0.30.0" +OLD_HIPBLAS_VERSION="0.31.0" +NEW_HIPBLAS_VERSION="0.32.0" sed -i "s/${OLD_HIPBLAS_VERSION}/${NEW_HIPBLAS_VERSION}/g" CMakeLists.txt