Skip to content

Commit 02081df

Browse files
Update sctversion.patch for v3.1.0 release
1 parent 4168462 commit 02081df

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed
Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
diff --git a/uefi-sct/SctPkg/TestInfrastructure/SCT/Drivers/StandardTest/StandardTest.c b/uefi-sct/SctPkg/TestInfrastructure/SCT/Drivers/StandardTest/StandardTest.c
2-
index 94cae289..6fde9ed0 100644
3-
--- a/uefi-sct/SctPkg/TestInfrastructure/SCT/Drivers/StandardTest/StandardTest.c
4-
+++ b/uefi-sct/SctPkg/TestInfrastructure/SCT/Drivers/StandardTest/StandardTest.c
5-
@@ -30,6 +30,7 @@ Abstract:
1+
diff --git a/uefi-sct/SctPkg/TestInfrastructure/SCT/Drivers/StandardTest/StandardTest.c b/uefi-sct/SctPkg/TestInfrastructure/SCT/Drivers/StandardTest/StandardTest.c
2+
index 94cae289..6fde9ed0 100644
3+
--- a/uefi-sct/SctPkg/TestInfrastructure/SCT/Drivers/StandardTest/StandardTest.c
4+
+++ b/uefi-sct/SctPkg/TestInfrastructure/SCT/Drivers/StandardTest/StandardTest.c
5+
@@ -30,6 +30,7 @@ Abstract:
66
#include "StandardTest.h"
77
#include <Library/EntsLib.h>
88

9-
+#define ACS_VERSION "SystemReady band ACS v3.0.1\nBBR ACS 2.1.1 (SBBR)"
10-
static EFI_TIME Epoch = { .Year = 1970, .Month = 1, .Day = 1 };
11-
9+
+#define ACS_VERSION "SystemReady band ACS v3.1.0\nBBR ACS 2.1.1 (SBBR)"
10+
static EFI_TIME Epoch = { .Year = 1970, .Month = 1, .Day = 1 };
11+
1212
//
13+

0 commit comments

Comments
 (0)