Home
last modified time | relevance | path

Searched refs:LZ4_VERSION_MINOR (Results 1 – 1 of 1) sorted by relevance

/lvgl-latest/src/libs/lz4/
Dlz4.h144 #define LZ4_VERSION_MINOR 9 /* for new (non-breaking) interface capabilities */ macro
147 #define LZ4_VERSION_NUMBER (LZ4_VERSION_MAJOR *100*100 + LZ4_VERSION_MINOR *100 + LZ4_VERSION_RELEA…
149 #define LZ4_LIB_VERSION LZ4_VERSION_MAJOR.LZ4_VERSION_MINOR.LZ4_VERSION_RELEASE