Add NEWS file, update to 0.2

This commit is contained in:
Peter Wu
2013-07-23 14:22:20 +02:00
parent 9d5ac81f32
commit 63064a01f1
2 changed files with 15 additions and 1 deletions

View File

@@ -33,7 +33,7 @@
#include <libgen.h> /* for basename, used during discovery */
#ifndef PACKAGE_VERSION
# define PACKAGE_VERSION "0.1"
# define PACKAGE_VERSION "0.2"
#endif
#define ARRAY_SIZE(a) (sizeof (a) / sizeof *(a))