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'};