diff --git a/makefile b/makefile index 3115883..3b420a6 100644 --- a/makefile +++ b/makefile @@ -18,7 +18,7 @@ includedir?=$(prefix)/include PROGN=g810-led MAJOR="0" MINOR="1" -MICRO="8" +MICRO="9" APPSRCS=src/main.cpp src/helpers/*.cpp src/helpers/*.h LIBSRCS=src/classes/*.cpp src/classes/*.h diff --git a/src/helpers/help.cpp b/src/helpers/help.cpp index 711c67e..cbcd74e 100644 --- a/src/helpers/help.cpp +++ b/src/helpers/help.cpp @@ -8,7 +8,7 @@ using namespace std; namespace help { - string version = "0.1.8"; + string version = "0.1.9"; void usage(char *arg0) { string cmdName = utils::getCmdName(arg0);