aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar gingerBill 2015-11-18 18:10:34 +0000
committerGravatar gingerBill 2015-11-18 18:10:34 +0000
commit76110e757051e90899905e6bfec908702d05f841 (patch)
treefdd2b9e1f5242eb8be0f896e67c4feb12954aa68 /README.md
parentgb.hpp - Code rearrangement into namespaces (diff)
Move Semantics for Array and Hash_Table
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 40756a5..71a3043 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.hpp** | 0.22 | misc | C++11 | (Experimental) A C++11 helper library without STL geared towards game development
+**gb.hpp** | 0.23 | misc | C++11 | (Experimental) A C++11 helper library without STL geared towards game development
**gb_math.hpp** | 0.02b | math | C++11 | A C++11 math library geared towards game development
**gb_ini.h** | 0.91 | misc | C, C++ | A simple ini file loader library for C & C++
span class='insertions'>+669 2020-09-16internals impl; testsGravatar Arvydas Silanskas 3-74/+589