Skip to content

Commit

Permalink
Update source code version to 1.6
Browse files Browse the repository at this point in the history
Signed-off-by: Sakar Arora <[email protected]>
  • Loading branch information
Sakar Arora committed Aug 1, 2018
1 parent 375ce93 commit a62e77d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion linux_app/sbsa-acs-app/include/sbsa_app.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion uefi_app/SbsaAvs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a62e77d

Please sign in to comment.