From 58f994bba4fc821e1cb83cd4403233c1780297ae Mon Sep 17 00:00:00 2001 From: Nav Date: Sat, 30 Oct 2021 21:08:51 +0100 Subject: [PATCH] Bumped version number for bug fix release (v0.4.2). --- CMakeLists.txt | 2 +- src/Application.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f3523331..3c8845a1 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.12) -project(Bloom LANGUAGES CXX VERSION 0.4.1) +project(Bloom LANGUAGES CXX VERSION 0.4.2) set(CMAKE_VERBOSE_MAKEFILE off) diff --git a/src/Application.hpp b/src/Application.hpp index 2b8d6dc4..730c825c 100644 --- a/src/Application.hpp +++ b/src/Application.hpp @@ -29,7 +29,7 @@ namespace Bloom class Application: public Thread { public: - static const inline std::string VERSION_STR = "0.4.1"; + static const inline std::string VERSION_STR = "0.4.2"; private: /**