increase version to v1.0.8
Stefan Schuermans

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
+1.0.8 2011-12-14
2
+----------------
3
+fixed segfault when using without message callback
4
+
1 5
 1.0.7 2011-09-11
2 6
 ----------------
3 7
 several minor bugfixes to code style and build system
... ...
@@ -18,7 +18,7 @@
18 18
 LIBTARGET := libflexipix
19 19
 VER_MAJ   := 1
20 20
 VER_MIN   := 0
21
-VER_REV   := 7
21
+VER_REV   := 8
22 22
 VERSION   := $(VER_MAJ).$(VER_MIN).$(VER_REV)
23 23
 
24 24
 SRCS    := $(wildcard src/*.c)
25 25