Minor fixes

This commit is contained in:
gingerBill 2016-07-01 00:15:23 +01:00
parent 0392f5aae2
commit 117a4e9984
1 changed files with 2 additions and 1 deletions

3
gb.h
View File

@ -1,4 +1,4 @@
/* gb.h - v0.26a - Ginger Bill's C Helper Library - public domain
/* gb.h - v0.26b - Ginger Bill's C Helper Library - public domain
- no warranty implied; use at your own risk
This is a single header file with a bunch of useful stuff
@ -58,6 +58,7 @@ TODOS
- More date & time functions
VERSION HISTORY
0.26b - Minor fixes
0.26a - gbString Fix
0.26 - Default allocator flags and generic hash table
0.25a - Fix UTF-8 stuff