浏览代码

Update stb.h version number

Sean Barrett 6 年之前
父节点
当前提交
39c05598a9
共有 2 个文件被更改,包括 4 次插入3 次删除
  1. 2 2
      README.md
  2. 2 1
      stb.h

+ 2 - 2
README.md

@@ -30,11 +30,11 @@ library    | lastest version | category | LoC | description
 **[stb_c_lexer.h](stb_c_lexer.h)** | 0.09 | parsing | 962 | simplify writing parsers for C-like languages
 **[stb_divide.h](stb_divide.h)** | 0.92 | math | 421 | more useful 32-bit modulus e.g. "euclidean divide"
 **[stb_connected_comp...](stb_connected_components.h)** | 0.95 | misc | 1045 | incrementally compute reachability on grids
-**[stb.h](stb.h)** | 2.32 | misc | 14470 | helper functions for C, mostly redundant in C++; basically author's personal stuff
+**[stb.h](stb.h)** | 2.33 | misc | 14471 | helper functions for C, mostly redundant in C++; basically author's personal stuff
 **[stb_leakcheck.h](stb_leakcheck.h)** | 0.5 | misc | 190 | quick-and-dirty malloc/free leak-checking
 
 Total libraries: 21  
-Total lines of C code: 55608
+Total lines of C code: 55609
 
 
 FAQ

+ 2 - 1
stb.h

@@ -1,4 +1,4 @@
-/* stb.h - v2.32 - Sean's Tool Box -- public domain -- http://nothings.org/stb.h
+/* stb.h - v2.33 - Sean's Tool Box -- public domain -- http://nothings.org/stb.h
           no warranty is offered or implied; use this code at your own risk
 
    This is a single header file with a bunch of useful utilities
@@ -25,6 +25,7 @@
 
 Version History
 
+   2.33   more fixes to random numbers
    2.32   stb_intcmprev, stb_uidict, fix random numbers on Linux
    2.31   stb_ucharcmp
    2.30   MinGW fix