From b61b7a74fa050db0679d69ac584312bc0300914c Mon Sep 17 00:00:00 2001 From: Sean Barrett Date: Sun, 4 Dec 2016 05:40:21 -0800 Subject: [PATCH] update version info --- stb_image.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stb_image.h b/stb_image.h index 71debbf..345e406 100644 --- a/stb_image.h +++ b/stb_image.h @@ -146,7 +146,7 @@ Latest revision history: - 2.13 (2016-11-29) experimental 16-bit API, only for PNG so far + 2.13 (2016-12-04) experimental 16-bit API, only for PNG so far; fixes 2.12 (2016-04-02) fix typo in 2.11 PSD fix that caused crashes 2.11 (2016-04-02) 16-bit PNGS; enable SSE2 in non-gcc x64 RGB-format JPEG; remove white matting in PSD;