aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar gingerBill 2016-05-25 20:24:25 +0100
committerGravatar gingerBill 2016-05-25 20:24:25 +0100
commitced2879528c0aca548656f50edaf8778b475cd4a (patch)
tree30e9ce349f95bd735e12a64e45c15db112055b35 /README.md
parentPlatform Layer Restructuring (diff)
Remove memzero
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 8506a02..6af3c21 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ gb single-file public domain libraries for C & C++
library | latest version | category | description
----------------|----------------|----------|-------------
**gb.h** | 0.20 | misc | Helper library (Standard library _improvement_)
-**gb_math.h** | 0.06f | math | Vector math library geared towards game development
+**gb_math.h** | 0.06g | math | Vector math library geared towards game development
**gb_gl.h** | 0.05 | graphics | OpenGL Helper Library
**gb_string.h** | 0.95a | strings | A better string library (this is built into gb.h too with custom allocator support!)
**gb_ini.h** | 0.93 | misc | Simple ini file loader library