From 79aa3b278c98c4cdfff997c5870adea3515cd568 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Wed, 2 Jan 2019 02:32:18 +0100 Subject: [PATCH] Version 0.3.0 --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/makefile b/makefile index b8adaf0..c3a56d0 100644 --- a/makefile +++ b/makefile @@ -17,8 +17,8 @@ includedir?=$(PREFIX)/include # Program & versioning information PROGN=g810-led MAJOR=0 -MINOR=2 -MICRO=9 +MINOR=3 +MICRO=0 CXXFLAGS+=-std=gnu++11 -DVERSION=\"$(MAJOR).$(MINOR).$(MICRO)\" APPSRCS=src/main.cpp src/helpers/*.cpp src/helpers/*.h