1
0
mirror of https://github.com/MatMoul/g810-led.git synced 2024-12-22 17:06:10 +00:00

Version 0.4.0

This commit is contained in:
MatMoul 2020-04-28 02:21:29 +02:00
parent 9056fad33a
commit 5e093c1581

View File

@ -17,8 +17,8 @@ includedir?=$(PREFIX)/include
# Program & versioning information
PROGN=g810-led
MAJOR=0
MINOR=3
MICRO=9
MINOR=4
MICRO=0
CXXFLAGS+=-std=gnu++11 -DVERSION=\"$(MAJOR).$(MINOR).$(MICRO)\"
APPSRCS=src/main.cpp src/helpers/*.cpp