From ecc8ac91f836c2e473b6838664a39bca09b54d5c Mon Sep 17 00:00:00 2001 From: Yavor Goulishev Date: Wed, 6 Nov 2024 13:09:57 -0800 Subject: [PATCH] Set the min Starboard version to 17 (#4370) b/355449840 --- starboard/configuration.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/starboard/configuration.h b/starboard/configuration.h index b38c94112604..d0b1af6063a9 100644 --- a/starboard/configuration.h +++ b/starboard/configuration.h @@ -35,7 +35,7 @@ // The minimum API version allowed by this version of the Starboard headers, // inclusive. -#define SB_MINIMUM_API_VERSION 15 +#define SB_MINIMUM_API_VERSION 17 // The maximum API version allowed by this version of the Starboard headers, // inclusive. The API version is not stable and is open for changes.