aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar gingerBill 2016-05-03 23:25:52 +0100
committerGravatar gingerBill 2016-05-03 23:25:52 +0100
commit1e62616e4e77069e820136f00f8e2aed2686b8a6 (patch)
tree42c90acd587d47ca8c07a21f814092f6cbf42884 /README.md
parentFix alignment in gb_heap_allocator_proc (diff)
Huge overhaul!
Diffstat (limited to '')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7c3db15..30b33d9 100644
--- a/README.md
+++ b/README.md
@@ -4,9 +4,9 @@ gb single-file public domain libraries for C & C++
library | latest version | category | languages | description
----------------|----------------|----------|-----------|-------------
-**gb.h** | 0.07a | misc | C, C++ | A C helper library for C & C++
+**gb.h** | 0.08 | 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.04a | graphics | C, C++ | A C/C++ OpenGL Helper Library
+**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!)
**gb_ini.h** | 0.93 | misc | C, C++ | A simple ini file loader library for C & C++