From 188326ee64b819b1ae1273cd1b3fe8af49ee25f0 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 --- RELEASE.md | 2 +- bin/hipcc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 1933192f86..c5eb2d0db6 100644 --- a/RELEASE.md +++ b/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/bin/hipcc b/bin/hipcc index 31e5631701..f642aaf46e 100755 --- a/bin/hipcc +++ b/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'};