aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar gingerBill 2015-12-15 00:18:52 +0000
committerGravatar gingerBill 2015-12-15 00:18:52 +0000
commit216b9a419f6829a80c38cf0bca68a74974f82fd7 (patch)
tree35f9712e130715e20155a6e917c5de350a12a082 /README.md
parentgb.hpp - Allocators can be passed to gb_alloc/free/etc. without cast using `t... (diff)
Allow for no <stdio.h>
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d7e0fb1..2381f68 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ library | latest version | category | languages | description
**gb_string.h** | 0.93 | strings | C, C++ | A better string library for C & C++
**gb.hpp** | 0.31a | misc | C++11 | (Experimental) A C++11 helper library without STL geared towards game development
**gb_math.hpp** | 0.03a | math | C++11 | A C++11 math library geared towards game development
-**gb.h** | 0.03 | misc | C | (Experimental) A C helpher library geared towards game development (port of gb.hpp)
+**gb.h** | 0.04 | misc | C | (Experimental) A C helpher library geared towards game development (port of gb.hpp)
**gb_ini.h** | 0.91a | misc | C, C++ | A simple ini file loader library for C & C++
## FAQ