Used Bloom version number from CMakeLists.txt file instead of repeating
This commit is contained in:
@@ -33,7 +33,7 @@ namespace Bloom
|
||||
class Application: public Thread
|
||||
{
|
||||
public:
|
||||
static const inline VersionNumber VERSION = VersionNumber(0, 5, 0);
|
||||
static const inline VersionNumber VERSION = VersionNumber(BLOOM_VERSION);
|
||||
|
||||
explicit Application() = default;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user