Skip to content

Commit

Permalink
build: raise CMake project version to 6.1.80
Browse files Browse the repository at this point in the history
For development on master branch.
  • Loading branch information
romangg committed Jun 19, 2024
1 parent 2cdaef3 commit 812b45a
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.1.0)
project("Theseus' Ship" VERSION 6.1.80)

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

0 comments on commit 812b45a

Please sign in to comment.