diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a2cf439..5ef5d45 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,7 +11,7 @@ * (0%) AVERAGE: Add selection of multiple keyboards by index * (0%) AVERAGE: Improve INSTALL.md to support more distributions (And CentOS with hidapi) * (10%) AVERAGE: Make distributions ready package -* (0%) IMAGINATION: Use a more generic name for project, config dir and systemd units +* (0%) IMAGINATION: Use a more generic name for project, config dir and systemd units ([issue 29](https://github.com/MatMoul/g810-led/issues/29)) ## Possible enhancements : * Add deamon mode for custom effects (Add G Keys handler [issue 39](https://github.com/MatMoul/g810-led/issues/39), [CReimer](https://github.com/CReimer/g910-gkey-uinput))) diff --git a/makefile b/makefile index 56738fd..0674f7e 100644 --- a/makefile +++ b/makefile @@ -18,7 +18,7 @@ includedir?=$(prefix)/include PROGN=g810-led MAJOR=0 MINOR=2 -MICRO=5 +MICRO=6 CFLAGS+=-DVERSION=\"$(MAJOR).$(MINOR).$(MICRO)\" APPSRCS=src/main.cpp src/helpers/*.cpp src/helpers/*.h