From 8a5b10a21629806056a9fed982f436737ff8ea26 Mon Sep 17 00:00:00 2001 From: Rahul Garg Date: Mon, 24 Aug 2020 21:45:34 +0000 Subject: [PATCH] Bump version to 3.9 Change-Id: I5dfc997336fac42f3b6b0998a4bb212462de38f9 [ROCm/hip commit: 2380cf7805e16b06ed8853fe0ebfa805cdce1a77] --- projects/hip/bin/hipconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hip/bin/hipconfig b/projects/hip/bin/hipconfig index b0c01796cc..d7e3cc5b5a 100755 --- a/projects/hip/bin/hipconfig +++ b/projects/hip/bin/hipconfig @@ -1,7 +1,7 @@ #!/usr/bin/perl -w $HIP_BASE_VERSION_MAJOR = "3"; -$HIP_BASE_VERSION_MINOR = "8"; +$HIP_BASE_VERSION_MINOR = "9"; # Need perl > 5.10 to use logic-defined or use 5.006; use v5.10.1;