Skip to content

Commit 7a69424

Browse files
author
Sean Barrett
committed
update version numbers
1 parent 17c3018 commit 7a69424

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

stb_truetype.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
//
5151
// VERSION HISTORY
5252
//
53-
// 1.23 (2020-02-02) query SVG data for glyphs; query whole kerning table
53+
// 1.23 (2020-02-02) query SVG data for glyphs; query whole kerning table (but only kern not GPOS)
5454
// 1.22 (2019-08-11) minimize missing-glyph duplication; fix kerning if both 'GPOS' and 'kern' are defined
5555
// 1.21 (2019-02-25) fix warning
5656
// 1.20 (2019-02-07) PackFontRange skips missing codepoints; GetScaleFontVMetrics()

stb_vorbis.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Ogg Vorbis audio decoder - v1.17 - public domain
1+
// Ogg Vorbis audio decoder - v1.18 - public domain
22
// http://nothings.org/stb_vorbis/
33
//
44
// Original version written by Sean Barrett in 2007.
@@ -34,6 +34,7 @@
3434
// github:audinowho Dougall Johnson
3535
//
3636
// Partial history:
37+
// 1.18 - 2020-02-02 - fix seek bugs; parse header comments; misc warnings etc.
3738
// 1.17 - 2019-07-08 - fix CVE-2019-13217..CVE-2019-13223 (by ForAllSecure)
3839
// 1.16 - 2019-03-04 - fix warnings
3940
// 1.15 - 2019-02-07 - explicit failure if Ogg Skeleton data is found

stb_voxel_render.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// stb_voxel_render.h - v0.88 - Sean Barrett, 2015 - public domain
1+
// stb_voxel_render.h - v0.89 - Sean Barrett, 2015 - public domain
22
//
33
// This library helps render large-scale "voxel" worlds for games,
44
// in this case, one with blocks that can have textures and that
@@ -192,6 +192,7 @@
192192
//
193193
// VERSION HISTORY
194194
//
195+
// 0.89 (2020-02-02) bugfix in sample code
195196
// 0.88 (2019-03-04) fix warnings
196197
// 0.87 (2019-02-25) fix warning
197198
// 0.86 (2019-02-07) fix typos in comments

stretchy_buffer.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
// stretchy_buffer.h - v1.03 - public domain - nothings.org/stb
1+
// stretchy_buffer.h - v1.04 - public domain - nothings.org/stb
22
// a vector<>-like dynamic array for C
33
//
44
// version history:
5+
// 1.04 - fix warning
56
// 1.03 - compile as C++ maybe
67
// 1.02 - tweaks to syntax for no good reason
78
// 1.01 - added a "common uses" documentation section

0 commit comments

Comments
 (0)