Bumped version number for bug fix release (v0.4.2).
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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:
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user