From 9f1836f0b19fd9112c41b97f336ab9933edd1d07 Mon Sep 17 00:00:00 2001 From: Sean Barrett Date: Mon, 17 Jun 2019 05:43:52 -0700 Subject: [PATCH] update version --- stb_ds.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/stb_ds.h b/stb_ds.h index 0c7301d..6115485 100644 --- a/stb_ds.h +++ b/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