Browse Source

Updated version & history

thareh 2 years ago
parent
commit
d22bb03568
1 changed files with 3 additions and 1 deletions
  1. 3 1
      stb.mod/stb.bmx

+ 3 - 1
stb.mod/stb.bmx

@@ -20,11 +20,13 @@ SuperStrict
 
 Module Image.STB
 
-ModuleInfo "Version: 1.03"
+ModuleInfo "Version: 1.04"
 ModuleInfo "Author: Sean Barrett and contributers (see stb_image.h)"
 ModuleInfo "License: ZLib/PNG License"
 ModuleInfo "Credit: Adapted for BlitzMax by Bruce A Henderson"
 
+ModuleInfo "History: 1.04"
+ModuleInfo "History: Update to stb_image 2.28"
 ModuleInfo "History: 1.03"
 ModuleInfo "History: Update to stb_image 2.27"
 ModuleInfo "History: 1.02"