From a62e77db16bfdd4f7a952f5f33083a27e3c6360f Mon Sep 17 00:00:00 2001 From: Sakar Arora Date: Wed, 1 Aug 2018 10:32:05 +0530 Subject: [PATCH] Update source code version to 1.6 Signed-off-by: Sakar Arora --- README.md | 2 +- linux_app/sbsa-acs-app/include/sbsa_app.h | 2 +- uefi_app/SbsaAvs.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b546feb8..10d10229 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ A few tests are executed by running the SBSA ACS Linux application which in turn ## Release details - - Code Quality: REL v1.5 + - Code Quality: REL v1.6 - The tests are written for version 3.0 of the SBSA specification. - The compliance suite is not a substitute for design verification. - To review the SBSA ACS logs, ARM licensees can contact ARM directly through their partner managers. diff --git a/linux_app/sbsa-acs-app/include/sbsa_app.h b/linux_app/sbsa-acs-app/include/sbsa_app.h index dd5a0635..4c572098 100644 --- a/linux_app/sbsa-acs-app/include/sbsa_app.h +++ b/linux_app/sbsa-acs-app/include/sbsa_app.h @@ -20,7 +20,7 @@ #define SBSA_APP_VERSION_MAJOR 1 -#define SBSA_APP_VERSION_MINOR 5 +#define SBSA_APP_VERSION_MINOR 6 #include "sbsa_drv_intf.h" diff --git a/uefi_app/SbsaAvs.h b/uefi_app/SbsaAvs.h index 1724a917..9c7257d3 100755 --- a/uefi_app/SbsaAvs.h +++ b/uefi_app/SbsaAvs.h @@ -20,7 +20,7 @@ #define SBSA_ACS_MAJOR_VER 1 - #define SBSA_ACS_MINOR_VER 5 + #define SBSA_ACS_MINOR_VER 6 #define G_SBSA_LEVEL 3 #define G_PRINT_LEVEL AVS_PRINT_TEST