1
0
mirror of https://github.com/MatMoul/g810-led.git synced 2024-12-23 09:16:11 +00:00

Version 0.2.9

This commit is contained in:
MatMoul 2018-12-22 02:12:31 +01:00
parent 93fa706896
commit 3179933a39

View File

@ -18,7 +18,7 @@ includedir?=$(PREFIX)/include
PROGN=g810-led PROGN=g810-led
MAJOR=0 MAJOR=0
MINOR=2 MINOR=2
MICRO=8 MICRO=9
CXXFLAGS+=-std=gnu++11 -DVERSION=\"$(MAJOR).$(MINOR).$(MICRO)\" CXXFLAGS+=-std=gnu++11 -DVERSION=\"$(MAJOR).$(MINOR).$(MICRO)\"
APPSRCS=src/main.cpp src/helpers/*.cpp src/helpers/*.h APPSRCS=src/main.cpp src/helpers/*.cpp src/helpers/*.h