Stefan Schuermans commited on 2016-12-21 10:31:43 Showing 1 changed files, with 2 additions and 2 deletions.
@@ -17,8 +17,8 @@
LIBTARGET := libflexipix
VER_MAJ := 1
-VER_MIN := 0
-VER_REV := 8
+VER_MIN := 1
+VER_REV := 0
VERSION := $(VER_MAJ).$(VER_MIN).$(VER_REV)
SRCS := $(wildcard src/*.c)