Skip to content

Commit

Permalink
build: bump CMake project version to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RiscadoA committed Oct 13, 2024
1 parent 4545275 commit d14cf31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Cubos project root build configuration

cmake_minimum_required(VERSION 3.20.0)
project(cubos VERSION 0.2.0)
project(cubos VERSION 0.4.0)

set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake/")
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}")
Expand Down

0 comments on commit d14cf31

Please sign in to comment.