From 7e95a3a38ed408e7a3d4fcbd52c34873fbd602a6 Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Wed, 20 Jul 2016 10:56:25 +0530 Subject: [PATCH] Bump HIP version to 0.92.00 Change-Id: I4d653213dcf3ddf7d09d36433afe31e21d17a7ee [ROCm/hip commit: b25443b96a3df2e0b553a57b1447d8835b6add8a] --- 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 4f4559cb8e..4f65d3230c 100755 --- a/projects/hip/bin/hipconfig +++ b/projects/hip/bin/hipconfig @@ -1,7 +1,7 @@ #!/usr/bin/perl -w $HIP_VERSION_MAJOR = "0"; -$HIP_VERSION_MINOR = "90"; +$HIP_VERSION_MINOR = "92"; $HIP_VERSION_PATCH = "0"; use Getopt::Long;