aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar gingerBill 2016-05-22 00:41:18 +0100
committerGravatar gingerBill 2016-05-22 00:41:18 +0100
commit0ea0be695ce0cc86a4646b6c778e4ad562e5b94d (patch)
treebe84a31dd93f7714e41d5c18f52fab0a676555e5 /README.md
parentDropped C90 Support (For numerous reasons) (diff)
Change brace style because why not?
Diffstat (limited to '')
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index 86f3894..10b9a10 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.17 | misc | Helper library (Standard library _improvement_)
-**gb_math.h** | 0.06d | math | Vector math library geared towards game development
-**gb_gl.h** | 0.04d | 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.h** | 0.17b | misc | Helper library (Standard library _improvement_)
+**gb_math.h** | 0.06e | 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
-**gb_regex.h** | 0.01c | regex | Highly experimental regular expressions library
+**gb_regex.h** | 0.01d | regex | Highly experimental regular expressions library
## FAQ