From fe389cab107126686873d42301d254c08e4200ae Mon Sep 17 00:00:00 2001 From: Yann Collet Date: Mon, 19 Dec 2022 13:16:08 -0800 Subject: version note --- lib/lz4frame.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lz4frame.h b/lib/lz4frame.h index 007cad7..2c356a3 100644 --- a/lib/lz4frame.h +++ b/lib/lz4frame.h @@ -670,7 +670,7 @@ LZ4F_decompress_usingDict(LZ4F_dctx* dctxPtr, const LZ4F_decompressOptions_t* decompressOptionsPtr); -/*! Custom memory allocation : +/*! Custom memory allocation : v1.9.4+ * These prototypes make it possible to pass custom allocation/free functions. * LZ4F_customMem is provided at state creation time, using LZ4F_create*_advanced() listed below. * All allocation/free operations will be completed using these custom variants instead of regular ones. -- cgit v0.12