From dfd170f0c13d998b7e079039d3e55f8e795db242 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Wed, 28 Aug 2019 22:35:47 +0200 Subject: [PATCH] Version 0.3.8 --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 8918b81..f401529 100644 --- a/makefile +++ b/makefile @@ -18,7 +18,7 @@ includedir?=$(PREFIX)/include PROGN=g810-led MAJOR=0 MINOR=3 -MICRO=7 +MICRO=8 CXXFLAGS+=-std=gnu++11 -DVERSION=\"$(MAJOR).$(MINOR).$(MICRO)\" APPSRCS=src/main.cpp src/helpers/*.cpp