aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar gingerBill 2016-05-12 23:16:37 +0100
committerGravatar gingerBill 2016-05-12 23:16:37 +0100
commitb4e34b810bf53a64eb9ccfc3cf628187c7d31bbd (patch)
tree3c4e0414002f0a0811fd789e9dab4a830a4689ce /README.md
parentgb_regex.h Initial Version (diff)
New \ codes and bug fixes
Diffstat (limited to '')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 33c39a6..aa91f81 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.11a | 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_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.01 | regex | Highly experimental Regular Expressions Library
+**gb_regex.h** | 0.01a | regex | Highly experimental regular expressions library
## FAQ