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