aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar gingerBill 2016-05-23 21:36:38 +0100
committerGravatar gingerBill 2016-05-23 21:36:38 +0100
commit3504269eed303c3265007be802f4a9c5c4c5e45b (patch)
tree77d44856378ef808fd20b85be5d17f232789d08b /README.md
parentRaw keyboard and mouse input for WIN32 (diff)
Controller vibration
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 4a4f964..0a61b4a 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.18 | misc | Helper library (Standard library _improvement_)
-**gb_math.h** | 0.06e | math | Vector math library geared towards game development
+**gb.h** | 0.18a | misc | Helper library (Standard library _improvement_)
+**gb_math.h** | 0.06f | math | Vector math library geared towards game development
**gb_gl.h** | 0.04e | 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