My working unpac space for OCaml projects in development
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

update dev version number to v1.6.0

to reflect the relatively big scope change by removing support of legacy formats.

+2 -2
+2 -2
vendor/git/zstd-c/lib/zstd.h
··· 110 110 111 111 /*------ Version ------*/ 112 112 #define ZSTD_VERSION_MAJOR 1 113 - #define ZSTD_VERSION_MINOR 5 114 - #define ZSTD_VERSION_RELEASE 8 113 + #define ZSTD_VERSION_MINOR 6 114 + #define ZSTD_VERSION_RELEASE 0 115 115 #define ZSTD_VERSION_NUMBER (ZSTD_VERSION_MAJOR *100*100 + ZSTD_VERSION_MINOR *100 + ZSTD_VERSION_RELEASE) 116 116 117 117 /*! ZSTD_versionNumber() :