Skip to content

Commit

Permalink
build: raise CMake project version to 6.2.80
Browse files Browse the repository at this point in the history
For development on master branch.
  • Loading branch information
romangg committed Oct 9, 2024
1 parent bccfdc4 commit ad6c7ab
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 @@ -4,7 +4,7 @@

cmake_minimum_required(VERSION 3.23 FATAL_ERROR)

project("Theseus' Ship" VERSION 6.2.0)
project("Theseus' Ship" VERSION 6.2.80)

set(CMAKE_C_STANDARD 99)
set(CMAKE_CXX_STANDARD 20)
Expand Down

0 comments on commit ad6c7ab

Please sign in to comment.