update version numbers

This commit is contained in:
Sean Barrett
2021-07-11 17:07:54 -07:00
parent fd7807e92d
commit 1ee679ca2e
14 changed files with 33 additions and 49 deletions

View File

@ -1,4 +1,4 @@
// stb_truetype.h - v1.24 - public domain
// stb_truetype.h - v1.25 - public domain
// authored from 2009-2020 by Sean Barrett / RAD Game Tools
//
// =======================================================================
@ -58,6 +58,7 @@
//
// VERSION HISTORY
//
// 1.25 (2020-07-11) many fixes
// 1.24 (2020-02-05) fix warning
// 1.23 (2020-02-02) query SVG data for glyphs; query whole kerning table (but only kern not GPOS)
// 1.22 (2019-08-11) minimize missing-glyph duplication; fix kerning if both 'GPOS' and 'kern' are defined