From 2e5519260f5f2cdcd641ace315c9638446a0d669 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Sun, 7 May 2017 02:06:04 +0200 Subject: [PATCH] Version 0.2.2 --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index dca7ce1..c9d9547 100644 --- a/makefile +++ b/makefile @@ -18,7 +18,7 @@ includedir?=$(prefix)/include PROGN=g810-led MAJOR=0 MINOR=2 -MICRO=1 +MICRO=2 CFLAGS+=-DVERSION=\"$(MAJOR).$(MINOR).$(MICRO)\" APPSRCS=src/main.cpp src/helpers/*.cpp src/helpers/*.h