From 2f54161c11310bdbd2a32ce59606e7cf0f9a6b10 Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Tue, 21 Jun 2016 08:39:47 +0530 Subject: [PATCH] Updated version string Change-Id: I86695e5deba87ef3a8d390d9a78a88be815dff0e [ROCm/clr commit: 61641cb8e89f37dc13a3284a9a08d4f31912974d] --- projects/clr/hipamd/RELEASE.md | 2 +- projects/clr/hipamd/bin/hipcc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/clr/hipamd/RELEASE.md b/projects/clr/hipamd/RELEASE.md index 1933192f86..c5eb2d0db6 100644 --- a/projects/clr/hipamd/RELEASE.md +++ b/projects/clr/hipamd/RELEASE.md @@ -8,7 +8,7 @@ We have attempted to document known bugs and limitations - in particular the [HI Stay tuned - the work for many of these features is already in-flight. =================================================================================================== -Release:0.95.00 +Release:0.90.00 Date: 2016.06.xx -Support dynamic shared memory allocations -Min HCC compiler version is > 16186. diff --git a/projects/clr/hipamd/bin/hipcc b/projects/clr/hipamd/bin/hipcc index 31e5631701..f642aaf46e 100755 --- a/projects/clr/hipamd/bin/hipcc +++ b/projects/clr/hipamd/bin/hipcc @@ -25,7 +25,7 @@ exit(-1); } $HIP_VERSION_MAJOR = "0"; -$HIP_VERSION_MINOR = "95"; +$HIP_VERSION_MINOR = "90"; $HIP_VERSION_PATCH = "0"; $verbose = $ENV{'HIPCC_VERBOSE'};