aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar gingerBill 2016-04-08 23:29:11 +0100
committerGravatar gingerBill 2016-04-08 23:29:11 +0100
commit24eb70c5c965924346f7f33156e9293937604d4a (patch)
treeae95283adf0b201cb5c38e752cb4927636de4fc9 /README.md
parentUse 64-bit murmur64 version on WIN64 (diff)
Update 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 ac7d035..f26823f 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ gb single-file public domain libraries for C & C++
library | latest version | category | languages | description
----------------|----------------|----------|-----------|-------------
**gb_string.h** | 0.93 | strings | C, C++ | A better string library for C & C++
-**gb_math.h** | 0.04 | math | C | A C vector math library geared towards game development
+**gb_math.h** | 0.04c | math | C | A C vector math library geared towards game development
**gb.h** | 0.01 | misc | C | A C helper library geared towards game development (NOT a port of gb.hpp)
**gb_ini.h** | 0.91a | misc | C, C++ | A simple ini file loader library for C & C++
**gb.hpp** | 0.32 | misc | C++11 | (Experimental) A C++11 helper library without STL geared towards game development