set version to 1.1.0
Stefan Schuermans

Stefan Schuermans commited on 2016-12-21 10:31:43
Showing 1 changed files, with 2 additions and 2 deletions.

... ...
@@ -17,8 +17,8 @@
17 17
 
18 18
 LIBTARGET := libflexipix
19 19
 VER_MAJ   := 1
20
-VER_MIN   := 0
21
-VER_REV   := 8
20
+VER_MIN   := 1
21
+VER_REV   := 0
22 22
 VERSION   := $(VER_MAJ).$(VER_MIN).$(VER_REV)
23 23
 
24 24
 SRCS    := $(wildcard src/*.c)
25 25