bump version number

pull/4/head
Sean Barrett 2014-05-31 06:27:09 -07:00
parent 9f251b6da1
commit 7add5044e0
1 changed files with 3 additions and 1 deletions

View File

@ -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)