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