Bump HIP version to 1.3 and update release notes

Change-Id: I53f89efca03472cb906bd56200a2bf2996453915
This commit is contained in:
Maneesh Gupta
2017-08-16 11:18:51 +05:30
parent a0bbe2da97
commit 809a548bd4
2 changed files with 13 additions and 4 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#!/usr/bin/perl -w
$HIP_BASE_VERSION_MAJOR = "1";
$HIP_BASE_VERSION_MINOR = "2";
$HIP_BASE_VERSION_MINOR = "3";
# Need perl > 5.10 to use logic-defined or
use 5.006; use v5.10.1;