Bumped version number
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
cmake_minimum_required(VERSION 3.12)
|
cmake_minimum_required(VERSION 3.12)
|
||||||
project(Bloom LANGUAGES CXX VERSION 0.4.2)
|
project(Bloom LANGUAGES CXX VERSION 0.5.0)
|
||||||
|
|
||||||
set(CMAKE_VERBOSE_MAKEFILE off)
|
set(CMAKE_VERBOSE_MAKEFILE off)
|
||||||
|
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ namespace Bloom
|
|||||||
class Application: public Thread
|
class Application: public Thread
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
static const inline VersionNumber VERSION = VersionNumber(0, 4, 2);
|
static const inline VersionNumber VERSION = VersionNumber(0, 5, 0);
|
||||||
|
|
||||||
explicit Application() = default;
|
explicit Application() = default;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user