]> git.cworth.org Git - apitrace/blobdiff - thirdparty/snappy/snappy-stubs-public.h
Use skiplist-based FastCallSet within trace::CallSet
[apitrace] / thirdparty / snappy / snappy-stubs-public.h
index b089baca9b588b4d5be29ac1f15569b07a2d33eb..9ee4ca52b357503b7d706008e30e5886af8658b2 100644 (file)
@@ -46,7 +46,7 @@
 
 #define SNAPPY_MAJOR 1
 #define SNAPPY_MINOR 0
-#define SNAPPY_PATCHLEVEL 3
+#define SNAPPY_PATCHLEVEL 5
 #define SNAPPY_VERSION \
     ((SNAPPY_MAJOR << 16) | (SNAPPY_MINOR << 8) | SNAPPY_PATCHLEVEL)