Bump HIP version to 5.0.0

This commit is contained in:
Maneesh Gupta
2021-11-16 08:21:00 +05:30
committed by GitHub
parent 1c886a8b60
commit 3384fbdfe5
+2 -2
View File
@@ -25,8 +25,8 @@ use Getopt::Long;
use Cwd;
use File::Basename;
$HIP_BASE_VERSION_MAJOR = "4";
$HIP_BASE_VERSION_MINOR = "4";
$HIP_BASE_VERSION_MAJOR = "5";
$HIP_BASE_VERSION_MINOR = "0";
$HIP_BASE_VERSION_PATCH = "0";
#---