From b4d96ffa15d353b88063e802ee1a8bfe230c8999 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Fri, 21 Apr 2017 23:08:03 +0200 Subject: [PATCH] Version 0.2.0 --- makefile | 4 ++-- src/helpers/help.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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);