Bumped version number for bug fix release (v0.4.2).

This commit is contained in:
Nav
2021-10-30 21:08:51 +01:00
parent 2440e315e8
commit 58f994bba4
2 changed files with 2 additions and 2 deletions

View File

@@ -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)

View File

@@ -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:
/**