mirror of
https://github.com/MatMoul/g810-led.git
synced 2024-12-23 09:16:11 +00:00
Version 0.1.9
This commit is contained in:
parent
9d23cb4e23
commit
1f0458ea4f
2
makefile
2
makefile
@ -18,7 +18,7 @@ includedir?=$(prefix)/include
|
|||||||
PROGN=g810-led
|
PROGN=g810-led
|
||||||
MAJOR="0"
|
MAJOR="0"
|
||||||
MINOR="1"
|
MINOR="1"
|
||||||
MICRO="8"
|
MICRO="9"
|
||||||
|
|
||||||
APPSRCS=src/main.cpp src/helpers/*.cpp src/helpers/*.h
|
APPSRCS=src/main.cpp src/helpers/*.cpp src/helpers/*.h
|
||||||
LIBSRCS=src/classes/*.cpp src/classes/*.h
|
LIBSRCS=src/classes/*.cpp src/classes/*.h
|
||||||
|
@ -8,7 +8,7 @@ using namespace std;
|
|||||||
|
|
||||||
namespace help {
|
namespace help {
|
||||||
|
|
||||||
string version = "0.1.8";
|
string version = "0.1.9";
|
||||||
|
|
||||||
void usage(char *arg0) {
|
void usage(char *arg0) {
|
||||||
string cmdName = utils::getCmdName(arg0);
|
string cmdName = utils::getCmdName(arg0);
|
||||||
|
Loading…
Reference in New Issue
Block a user