From 11865ca560fb0b5770a7af730a40592d5653c046 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Sat, 29 Apr 2017 17:09:43 +0200 Subject: [PATCH] Version 0.2.1 --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index cd0b179..24d2189 100644 --- a/makefile +++ b/makefile @@ -18,7 +18,7 @@ includedir?=$(prefix)/include PROGN=g810-led MAJOR=0 MINOR=2 -MICRO=0 +MICRO=1 CFLAGS+=-DVERSION=\"$(MAJOR).$(MINOR).$(MICRO)\" APPSRCS=src/main.cpp src/helpers/*.cpp src/helpers/*.h