Release 0.3

This commit is contained in:
Peter Wu
2020-06-14 22:26:38 +02:00
parent b639b7f5c6
commit 872a781e07
2 changed files with 13 additions and 1 deletions

View File

@@ -35,7 +35,7 @@
#include <stdarg.h>
#ifndef PACKAGE_VERSION
# define PACKAGE_VERSION "0.2"
# define PACKAGE_VERSION "0.3"
#endif
#define ARRAY_SIZE(a) (sizeof (a) / sizeof *(a))