From 8d39f90e10567f60f08373a88405f18194e25757 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Fri, 19 Jul 2019 21:48:44 +0200 Subject: [PATCH] Version 0.3.6 --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 6c885be..fdbbd4b 100644 --- a/makefile +++ b/makefile @@ -18,7 +18,7 @@ includedir?=$(PREFIX)/include PROGN=g810-led MAJOR=0 MINOR=3 -MICRO=5 +MICRO=6 CXXFLAGS+=-std=gnu++11 -DVERSION=\"$(MAJOR).$(MINOR).$(MICRO)\" APPSRCS=src/main.cpp src/helpers/*.cpp src/helpers/*.h