aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar gingerBill 2016-05-21 15:01:53 +0100
committerGravatar gingerBill 2016-05-21 15:01:53 +0100
commit2c414c2141b0453e6a61ba94ef1a8e490e1183ab (patch)
tree4d243677aa5933275c588751cec24992e8149705 /README.md
parentMinor code layout changes (diff)
Instantiated Hash Table
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7539c8e..86f3894 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.16a | misc | Helper library (Standard library _improvement_)
+**gb.h** | 0.17 | misc | Helper library (Standard library _improvement_)
**gb_math.h** | 0.06d | math | Vector math library geared towards game development
**gb_gl.h** | 0.04d | graphics | OpenGL Helper Library
**gb_string.h** | 0.95 | strings | A better string library (this is built into gb.h too with custom allocator support!)