aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar gingerBill 2016-05-09 23:16:08 +0100
committerGravatar gingerBill 2016-05-09 23:16:08 +0100
commit4c3116105132ba145cb48a8c1563df70e354c54f (patch)
tree301f920d9429500a9f13224e54539f8e140a93ab /README.md
parentFix gb_endian_swap32() (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b3b1e36..a083236 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ gb single-file public domain libraries for C & C++
library | latest version | category | description
----------------|----------------|----------|-------------
-**gb.h** | 0.09 | misc | A helper library for C & C++
+**gb.h** | 0.10c | misc | A helper library for C & C++
**gb_math.h** | 0.06c | math | A C/C++ vector math library geared towards game development
**gb_gl.h** | 0.04b | graphics | A C/C++ OpenGL Helper Library
**gb_string.h** | 0.95 | strings | A better string library for C & C++ (this is built into gb.h too with custom allocator support!)
t'> 2020-10-25added specGravatar John Cowan 2-0/+383 2020-10-18fix plist size proc; rewrite dict-entries to use foldGravatar Arvydas Silanskas 2-3/+10 2020-10-18alist dict predicate check only first element; plist and alist size remove ↵Gravatar Arvydas Silanskas 2-17/+5 unique key check 2020-10-18remove old test fileGravatar Arvydas Silanskas 1-392/+0 2020-10-18add srfi69 implGravatar Arvydas Silanskas 9-55/+223 2020-10-18tests against externals; registration; alist and plist implementations:Gravatar Arvydas Silanskas 7-53/+669 2020-09-16internals impl; testsGravatar Arvydas Silanskas 3-74/+589