From b1960e76347113a0af9b8d63f8be2cdef0479d96 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Tue, 15 Jan 2019 21:39:41 +0100 Subject: [PATCH] Version 0.3.2 --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 8723f98..11a839d 100644 --- a/makefile +++ b/makefile @@ -18,7 +18,7 @@ includedir?=$(PREFIX)/include PROGN=g810-led MAJOR=0 MINOR=3 -MICRO=1 +MICRO=2 CXXFLAGS+=-std=gnu++11 -DVERSION=\"$(MAJOR).$(MINOR).$(MICRO)\" APPSRCS=src/main.cpp src/helpers/*.cpp src/helpers/*.h