From 280ced6bd1aebd62b1288b3b55f70fe1d00e3b2f Mon Sep 17 00:00:00 2001 From: Eric Boren Date: Fri, 13 Aug 2021 13:51:20 +0000 Subject: [PATCH] Update Skia milestone to 95 Change-Id: I17a6adf5f14cfc160c13a2341453e9767ab39f0a Reviewed-on: https://skia-review.googlesource.com/c/skia/+/439158 Reviewed-by: 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 e60e48313d..e565340aec 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 94 +#define SK_MILESTONE 95 #endif