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

Version 1

This commit is contained in:
BuildTools 2017-05-20 14:40:28 -04:00
parent d6d976322e
commit 7dbcd25afb

View File

@ -16,9 +16,9 @@ includedir?=$(prefix)/include
# Program & versioning information # Program & versioning information
PROGN=g810-led PROGN=g810-led
MAJOR=0 MAJOR=1
MINOR=2 MINOR=
MICRO=4 MICRO=
CFLAGS+=-DVERSION=\"$(MAJOR).$(MINOR).$(MICRO)\" CFLAGS+=-DVERSION=\"$(MAJOR).$(MINOR).$(MICRO)\"
APPSRCS=src/main.cpp src/helpers/*.cpp src/helpers/*.h APPSRCS=src/main.cpp src/helpers/*.cpp src/helpers/*.h