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