From 16e4784164905cdcb83abe89f03e1e5b04b6bf92 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Fri, 12 May 2017 21:34:08 +0200 Subject: [PATCH] Version 0.2.3 --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index f783b27..408b946 100644 --- a/makefile +++ b/makefile @@ -18,7 +18,7 @@ includedir?=$(prefix)/include PROGN=g810-led MAJOR=0 MINOR=2 -MICRO=2 +MICRO=3 CFLAGS+=-DVERSION=\"$(MAJOR).$(MINOR).$(MICRO)\" APPSRCS=src/main.cpp src/helpers/*.cpp src/helpers/*.h