diff --git a/makefile b/makefile index bef2777..719c410 100644 --- a/makefile +++ b/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 diff --git a/src/helpers/help.cpp b/src/helpers/help.cpp index ac3ca0d..c77472f 100644 --- a/src/helpers/help.cpp +++ b/src/helpers/help.cpp @@ -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);