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

Version 0.3.6

This commit is contained in:
MatMoul 2019-07-19 21:48:44 +02:00
parent 8ce51a2295
commit 8d39f90e10

View File

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