From 5ee810a520f809e65048de8a8ce24bac0ce34490 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Tue, 19 May 2020 23:44:50 +0200 Subject: [PATCH] Version 0.4.2 --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index d4c6ff3..8d6c5d7 100644 --- a/makefile +++ b/makefile @@ -18,7 +18,7 @@ includedir?=$(PREFIX)/include PROGN=g810-led MAJOR=0 MINOR=4 -MICRO=1 +MICRO=2 CXXFLAGS+=-std=gnu++11 -DVERSION=\"$(MAJOR).$(MINOR).$(MICRO)\" APPSRCS=src/main.cpp src/helpers/*.cpp