aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Ginger Bill 2016-06-07 16:21:48 +0100
committerGravatar Ginger Bill 2016-06-07 16:21:48 +0100
commit051ff73626b18b5cc9eca58a2a30b24e210c2287 (patch)
treee91eb0e5eafd8911bc5b8a878706f652869d847c /README.md
parentCompile on OSX (excluding platform part) (diff)
OS X gbPlatform Support (missing some things)
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5375cce..473afc9 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,8 @@ gb single-file public domain libraries for C & C++
library | latest version | category | description
----------------|----------------|----------|-------------
-**gb.h** | 0.24b | misc | Helper library (Standard library _improvement_)
-**gb_math.h** | 0.06g | math | Vector math library geared towards game development
+**gb.h** | 0.25 | misc | Helper library (Standard library _improvement_)
+**gb_math.h** | 0.06h | 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