From 8c2a82270ecc5d88350ca75511ba68f21e42993a Mon Sep 17 00:00:00 2001 From: Heather Miller Date: Fri, 18 Feb 2022 05:49:16 +0000 Subject: [PATCH] Update Skia milestone to 101 Change-Id: I78fd07c10a8dd3ff76b6040109afdf4b47b69eb0 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/510656 Reviewed-by: Heather Miller Auto-Submit: Heather Miller Reviewed-by: Eric Boren Commit-Queue: Eric Boren --- include/core/SkMilestone.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/core/SkMilestone.h b/include/core/SkMilestone.h index 5409f46dea..aa4b0cbf06 100644 --- a/include/core/SkMilestone.h +++ b/include/core/SkMilestone.h @@ -5,5 +5,5 @@ * found in the LICENSE file. */ #ifndef SK_MILESTONE -#define SK_MILESTONE 100 +#define SK_MILESTONE 101 #endif