From 7add5044e07d261652219645e68ecb4c6a43a8d1 Mon Sep 17 00:00:00 2001 From: Sean Barrett Date: Sat, 31 May 2014 06:27:09 -0700 Subject: [PATCH] bump version number --- stb_image_write.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/stb_image_write.h b/stb_image_write.h index c7c8d6f..062a5e5 100644 --- a/stb_image_write.h +++ b/stb_image_write.h @@ -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)