aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar gingerBill 2016-05-03 23:56:20 +0100
committerGravatar gingerBill 2016-05-03 23:56:20 +0100
commite6a815749a5414c7841a9f449f86b21d85699ee8 (patch)
tree2f49b9f36b1bf3caddda02234dcfb260f6631ead /README.md
parentHuge overhaul! (diff)
Fix *_appendv bug
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 30b33d9..bff45a4 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ gb single-file public domain libraries for C & C++
library | latest version | category | languages | description
----------------|----------------|----------|-----------|-------------
-**gb.h** | 0.08 | misc | C, C++ | A C helper library for C & C++
+**gb.h** | 0.08a | misc | C, C++ | A C helper library for C & C++
**gb_math.h** | 0.06b | math | C, C++ | A C/C++ vector math library geared towards game development
**gb_gl.h** | 0.04b | graphics | C, C++ | A C/C++ OpenGL Helper Library
**gb_string.h** | 0.95 | strings | C, C++ | A better string library for C & C++ (this is built into gb.h too with custom allocator support!)