aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Ginger Bill 2017-02-06 22:34:01 +0000
committerGravatar Ginger Bill 2017-02-06 22:34:01 +0000
commitdb5c341df46c1a0460a1e813a45931722a9b4ecd (patch)
tree6da21b26ff6977f52338dd40921d589fb3549b93 /README.md
parentUpdate gb.h (diff)
parentMerge pull request #18 from jimon/fix_mat4_inverse_for_good (diff)
Merge branch 'master' of https://github.com/gingerBill/gb
# Conflicts: # README.md
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 31155df..9503520 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.27 | 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