Stefan Schuermans commited on 2011-09-11 17:35:31 Showing 1 changed files, with 1 additions and 0 deletions.
@@ -19,6 +19,7 @@ LIBTARGET := libflexipix
VER_MAJ := 1
VER_MIN := 0
VER_REV := 7
+VERSION := $(VER_MAJ).$(VER_MIN).$(VER_REV)
SRCS := $(wildcard src/*.c)
EX_SRCS := $(wildcard examples/src/*.c)