Update changelog and some documentation

This commit is contained in:
Steffen Lange 2019-04-22 18:52:03 +02:00
parent 677a6692c7
commit 57de17c254
4 changed files with 16 additions and 4 deletions

View file

@ -16,7 +16,7 @@
#include "tcpcli.h"
#define GCLOG_VERSION "0.2.5"
#define GCLOG_BUILD "2019-04-19"
#define GCLOG_BUILD "2019-04-22"
#define BUF_SIZE 1000
#ifndef MIN
#define MIN(a,b) ((a)<(b)?(a):(b))