mirror of
https://github.com/nothings/stb
synced 2024-12-14 20:12:34 +03:00
bump version number
This commit is contained in:
parent
9f251b6da1
commit
7add5044e0
@ -1,4 +1,4 @@
|
||||
/* stb_image_write - v0.93 - public domain - http://nothings.org/stb/stb_image_write.h
|
||||
/* stb_image_write - v0.94 - public domain - http://nothings.org/stb/stb_image_write.h
|
||||
writes out PNG/BMP/TGA images to C stdio - Sean Barrett 2010
|
||||
no warranty implied; use at your own risk
|
||||
|
||||
@ -503,6 +503,8 @@ int stbi_write_png(char const *filename, int x, int y, int comp, const void *dat
|
||||
|
||||
/* Revision history
|
||||
|
||||
0.94 (2014-05-31)
|
||||
rename private functions to avoid conflicts with stb_image.h
|
||||
0.93 (2014-05-27)
|
||||
warning fixes
|
||||
0.92 (2010-08-01)
|
||||
|
Loading…
Reference in New Issue
Block a user