From 118631d184e18fe8ba2d233bd5e059fea9e621b6 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Sat, 21 Sep 2019 00:44:32 +0200 Subject: [PATCH] Version 0.3.9 --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index f401529..6102514 100644 --- a/makefile +++ b/makefile @@ -18,7 +18,7 @@ includedir?=$(PREFIX)/include PROGN=g810-led MAJOR=0 MINOR=3 -MICRO=8 +MICRO=9 CXXFLAGS+=-std=gnu++11 -DVERSION=\"$(MAJOR).$(MINOR).$(MICRO)\" APPSRCS=src/main.cpp src/helpers/*.cpp