瀏覽代碼

bump version number

Sean Barrett 11 年之前
父節點
當前提交
7add5044e0
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      stb_image_write.h

+ 3 - 1
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)