From 99447196561c5e083e7bd1f2fda69d8cebdab4fd Mon Sep 17 00:00:00 2001 From: MatMoul Date: Sun, 21 May 2017 00:37:50 +0200 Subject: [PATCH] Version 0.2.5 --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 3ad6241..56738fd 100644 --- a/makefile +++ b/makefile @@ -18,7 +18,7 @@ includedir?=$(prefix)/include PROGN=g810-led MAJOR=0 MINOR=2 -MICRO=4 +MICRO=5 CFLAGS+=-DVERSION=\"$(MAJOR).$(MINOR).$(MICRO)\" APPSRCS=src/main.cpp src/helpers/*.cpp src/helpers/*.h