From 19b970d160f2057837da4040afe93e4ec585192f Mon Sep 17 00:00:00 2001 From: Nav Date: Sun, 2 May 2021 16:26:27 +0100 Subject: [PATCH] Prep for v0.1.0 --- CMakeLists.txt | 2 +- resources/help.txt | 2 +- src/Application.hpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c05d2cc3..50466777 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.12) -project(Bloom LANGUAGES CXX VERSION 0.0.2) +project(Bloom LANGUAGES CXX VERSION 0.1.0) set(CMAKE_VERBOSE_MAKEFILE off) diff --git a/resources/help.txt b/resources/help.txt index 25ce5504..c8697a04 100644 --- a/resources/help.txt +++ b/resources/help.txt @@ -1,4 +1,4 @@ -A debug interface for embedded systems development on Linux.. +A debug interface for embedded systems development on Linux. Usage: bloom [ENVIRONMENT_NAME/COMMAND] diff --git a/src/Application.hpp b/src/Application.hpp index d35c4773..7da05e61 100644 --- a/src/Application.hpp +++ b/src/Application.hpp @@ -31,7 +31,7 @@ namespace Bloom class Application: public Thread { public: - static const inline std::string VERSION_STR = "0.0.2"; + static const inline std::string VERSION_STR = "0.1.0"; private: /**