aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar gingerBill 2016-05-13 20:13:51 +0100
committerGravatar gingerBill 2016-05-13 20:13:51 +0100
commite8cde870de20b112f33ed887dac248d404b2b188 (patch)
treeb554390315c355fbac802898ce13a03346e844e8 /README.md
parentCapture length fix and little more documentation (diff)
New File Handing System! No stdio or stdlib!
WIN32 only so far
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index c276fb7..85f5c23 100644
--- a/README.md
+++ b/README.md
@@ -4,12 +4,12 @@ gb single-file public domain libraries for C & C++
library | latest version | category | description
----------------|----------------|----------|-------------
-**gb.h** | 0.11a | misc | Helper library (Standard library _improvement_)
+**gb.h** | 0.12 | misc | Helper library (Standard library _improvement_)
**gb_math.h** | 0.06c | math | Vector math library geared towards game development
-**gb_gl.h** | 0.04b | graphics | OpenGL Helper Library
+**gb_gl.h** | 0.04c | graphics | OpenGL Helper Library
**gb_string.h** | 0.95 | 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
-**gb_regex.h** | 0.01b | regex | Highly experimental regular expressions library
+**gb_regex.h** | 0.01c | regex | Highly experimental regular expressions library
## FAQ