From 7dbcd25afb626fa743e19b59a179a144b2284b2e Mon Sep 17 00:00:00 2001 From: BuildTools Date: Sat, 20 May 2017 14:40:28 -0400 Subject: [PATCH] Version 1 --- makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/makefile b/makefile index 3ad6241..05fa211 100644 --- a/makefile +++ b/makefile @@ -16,9 +16,9 @@ includedir?=$(prefix)/include # Program & versioning information PROGN=g810-led -MAJOR=0 -MINOR=2 -MICRO=4 +MAJOR=1 +MINOR= +MICRO= CFLAGS+=-DVERSION=\"$(MAJOR).$(MINOR).$(MICRO)\" APPSRCS=src/main.cpp src/helpers/*.cpp src/helpers/*.h