Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(259)

Unified Diff: include/core/SkTypes.h

Issue 1781673002: Skia minor version tracks milestone release branch (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 2016-03-09 (Wednesday) 11:54:09 EST Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/pdf/SkPDFMetadata.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/core/SkTypes.h
diff --git a/include/core/SkTypes.h b/include/core/SkTypes.h
index b9e519195598de44a66a0b407984c2410ed2d30b..0ed6816c46b03e7fc908e35850e2aeccb9355d65 100644
--- a/include/core/SkTypes.h
+++ b/include/core/SkTypes.h
@@ -55,6 +55,8 @@ static inline void* sk_careful_memcpy(void* dst, const void* src, size_t len) {
#define SKIA_VERSION_MINOR 0
#define SKIA_VERSION_PATCH 0
+#define SKIA_MILESTONE 51
+
/*
memory wrappers to be implemented by the porting layer (platform)
*/
« no previous file with comments | « no previous file | src/pdf/SkPDFMetadata.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698