Bump version to 3.9

Change-Id: I5dfc997336fac42f3b6b0998a4bb212462de38f9


[ROCm/hip commit: 2380cf7805]
This commit is contained in:
Rahul Garg
2020-08-24 21:45:34 +00:00
parent 16b52c4a62
commit 8a5b10a216
+1 -1
View File
@@ -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;