aboutsummaryrefslogtreecommitdiffstats
path: root/gb_math.hpp
diff options
context:
space:
mode:
authorGravatar gingerBill 2015-12-02 15:06:36 +0000
committerGravatar gingerBill 2015-12-02 15:06:36 +0000
commit9c169017d160a9217c2d48a32ce3ac905caa812f (patch)
treef15e725a3f915c76397309d44373adcc34b2a708 /gb_math.hpp
parentRemove templated clamp (diff)
Pool Allocator
Diffstat (limited to 'gb_math.hpp')
-rw-r--r--gb_math.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gb_math.hpp b/gb_math.hpp
index c11bbaa..c5001ea 100644
--- a/gb_math.hpp
+++ b/gb_math.hpp
@@ -1,4 +1,4 @@
-// gb_math.hpp - v0.03 - public domain C++11 math library - no warranty implied; use at your own risk
+// gb_math.hpp - v0.03a - public domain C++11 math library - no warranty implied; use at your own risk
// A C++11 math library geared towards game development
// This is meant to be used the gb.hpp library but it doesn't have to be