]> git.cworth.org Git - apitrace/blobdiff - thirdparty/snappy/snappy-stubs-public.h
Upgrade bundled snappy to version 1.0.4.
[apitrace] / thirdparty / snappy / snappy-stubs-public.h
index b089baca9b588b4d5be29ac1f15569b07a2d33eb..d439cb4dee1cdd831939fcf6227acc4a8f7d4d26 100644 (file)
@@ -46,7 +46,7 @@
 
 #define SNAPPY_MAJOR 1
 #define SNAPPY_MINOR 0
-#define SNAPPY_PATCHLEVEL 3
+#define SNAPPY_PATCHLEVEL 4
 #define SNAPPY_VERSION \
     ((SNAPPY_MAJOR << 16) | (SNAPPY_MINOR << 8) | SNAPPY_PATCHLEVEL)