aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar gingerBill 2016-12-18 17:03:09 +0000
committerGravatar GitHub 2016-12-18 17:03:09 +0000
commit216ae88426f8644fec29e275996632182f44f30e (patch)
treebd0f25dcdd2d5b67ef8188967a6e2edc051ea35d /README.md
parentgb_math.h - Add gb_random01 (diff)
parentfixing mat4 inverse again (diff)
Merge pull request #18 from jimon/fix_mat4_inverse_for_good
Fixing mat4 inverse again
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 2fa9e58..b27f93c 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.26d | misc | Helper library (Standard library _improvement_)
-**gb_math.h** | 0.07c | math | Vector math library geared towards game development
+**gb_math.h** | 0.07d | 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