From c986c7e2a99024cd5d0109109630b8b6f90679ec Mon Sep 17 00:00:00 2001 From: MatMoul Date: Fri, 14 Apr 2017 02:45:14 +0200 Subject: [PATCH] Update make file --- makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/makefile b/makefile index a82f339..cdb117e 100644 --- a/makefile +++ b/makefile @@ -16,9 +16,9 @@ includedir?=$(prefix)/include # Program & versioning information PROGN=g810-led -MAJOR=0 -MINOR=1 -MICRO=6 +MAJOR="0" +MINOR="1" +MICRO="7" APPSRCS=src/main.cpp src/helpers/*.cpp src/helpers/*.h LIBSRCS=src/classes/*.cpp src/classes/*.h