Searched refs:LZ4_VERSION_MINOR (Results 1 – 1 of 1) sorted by relevance
144 #define LZ4_VERSION_MINOR 9 /* for new (non-breaking) interface capabilities */ macro147 #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