From 3179933a399aad39ee741f772d3b8187546fc089 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Sat, 22 Dec 2018 02:12:31 +0100 Subject: [PATCH] Version 0.2.9 --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 840e529..b8adaf0 100644 --- a/makefile +++ b/makefile @@ -18,7 +18,7 @@ includedir?=$(PREFIX)/include PROGN=g810-led MAJOR=0 MINOR=2 -MICRO=8 +MICRO=9 CXXFLAGS+=-std=gnu++11 -DVERSION=\"$(MAJOR).$(MINOR).$(MICRO)\" APPSRCS=src/main.cpp src/helpers/*.cpp src/helpers/*.h