From efa3c35e74f01a2ed2346320da8bad411bfe8ed8 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Wed, 30 Nov 2022 19:52:57 +0100 Subject: [PATCH] Version 0.4.3 --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 8d6c5d7..b648536 100644 --- a/makefile +++ b/makefile @@ -18,7 +18,7 @@ includedir?=$(PREFIX)/include PROGN=g810-led MAJOR=0 MINOR=4 -MICRO=2 +MICRO=3 CXXFLAGS+=-std=gnu++11 -DVERSION=\"$(MAJOR).$(MINOR).$(MICRO)\" APPSRCS=src/main.cpp src/helpers/*.cpp