Stefan Schuermans commited on 2011-12-14 23:00:32 Showing 2 changed files, with 5 additions and 1 deletions.
@@ -1,3 +1,7 @@
+1.0.8 2011-12-14
+----------------
+fixed segfault when using without message callback
+
1.0.7 2011-09-11
----------------
several minor bugfixes to code style and build system
@@ -18,7 +18,7 @@
LIBTARGET := libflexipix
VER_MAJ := 1
VER_MIN := 0
-VER_REV := 7
+VER_REV := 8
VERSION := $(VER_MAJ).$(VER_MIN).$(VER_REV)
SRCS := $(wildcard src/*.c)