소스 검색

update version

Sean Barrett 6 년 전
부모
커밋
9f1836f0b1
1개의 변경된 파일5개의 추가작업 그리고 2개의 파일을 삭제
  1. 5 2
      stb_ds.h

+ 5 - 2
stb_ds.h

@@ -1,4 +1,4 @@
-/* stb_ds.h - v0.4 - public domain data structures - Sean Barrett 2019
+/* stb_ds.h - v0.5 - public domain data structures - Sean Barrett 2019
   
    This is a single-header-file library that provides easy-to-use
    dynamic arrays and hash tables for C (also works in C++).
@@ -322,7 +322,10 @@ CREDITS
   Sean Barrett -- library, idea for dynamic array API/implementation
   Per Vognsen  -- idea for hash table API/implementation
   Rafael Sachetto -- arrpop()
-  Vinh Truong
+
+  Bugfixes:
+    Vinh Truong
+    Andy Durdin
 */
 
 #ifdef STBDS_UNIT_TESTS