update version numbers

This commit is contained in:
Sean Barrett
2019-02-25 11:48:42 -08:00
parent a4111af960
commit c963e40972
7 changed files with 14 additions and 7 deletions

View File

@ -1,4 +1,4 @@
/* stb_image - v2.20 - public domain image loader - http://nothings.org/stb
/* stb_image - v2.21 - public domain image loader - http://nothings.org/stb
no warranty implied; use at your own risk
Do this:
@ -48,6 +48,7 @@ LICENSE
RECENT REVISION HISTORY:
2.21 (2019-02-25) fix typo in comment
2.20 (2019-02-07) support utf8 filenames in Windows; fix warnings and platform ifdefs
2.19 (2018-02-11) fix warning
2.18 (2018-01-30) fix warnings