diff --git a/CMakeLists.txt b/CMakeLists.txt index 887b7b5..c0072fb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.24) -project(BLT VERSION 0.3.2) +project(BLT VERSION 0.4.0) set(CMAKE_CXX_STANDARD 17) diff --git a/cmake-build-release/CMakeCache.txt b/cmake-build-release/CMakeCache.txt index 4115ea1..d7bd573 100644 --- a/cmake-build-release/CMakeCache.txt +++ b/cmake-build-release/CMakeCache.txt @@ -181,16 +181,16 @@ CMAKE_PROJECT_HOMEPAGE_URL:STATIC= CMAKE_PROJECT_NAME:STATIC=BLT_TESTS //Value Computed by CMake -CMAKE_PROJECT_VERSION:STATIC=0.3.2 +CMAKE_PROJECT_VERSION:STATIC=0.4.0 //Value Computed by CMake CMAKE_PROJECT_VERSION_MAJOR:STATIC=0 //Value Computed by CMake -CMAKE_PROJECT_VERSION_MINOR:STATIC=3 +CMAKE_PROJECT_VERSION_MINOR:STATIC=4 //Value Computed by CMake -CMAKE_PROJECT_VERSION_PATCH:STATIC=2 +CMAKE_PROJECT_VERSION_PATCH:STATIC=0 //Value Computed by CMake CMAKE_PROJECT_VERSION_TWEAK:STATIC= diff --git a/cmake-build-release/CMakeFiles/clion-Release-log.txt b/cmake-build-release/CMakeFiles/clion-Release-log.txt index 5069349..34b92d1 100644 --- a/cmake-build-release/CMakeFiles/clion-Release-log.txt +++ b/cmake-build-release/CMakeFiles/clion-Release-log.txt @@ -3,7 +3,7 @@ Standard Files /home/brett/Documents/code/c++/BLT/src/blt/std/filesystem.cpp;/ho Profiler Files /home/brett/Documents/code/c++/BLT/src/blt/profiling/profiler.cpp Source: /home/brett/Documents/code/c++/BLT Current Source: /home/brett/Documents/code/c++/BLT -BLT 0.3.2 Successfully included! +BLT 0.4.0 Successfully included! BLT tests included! -- Configuring done -- Generating done