Skip to content

Commit

Permalink
build: create release 6.2.0
Browse files Browse the repository at this point in the history
Update changelog and raise CMake project version to 6.2.0.
  • Loading branch information
romangg committed Oct 9, 2024
1 parent 812b45a commit c4d4014
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ SPDX-License-Identifier: GPL-2.0-or-later
-->
# Changelog
All notable changes to Theseus' Ship will be documented in this file.
## [6.2.0](https://github.com/winft/theseus-ship/compare/v6.1.0...v6.2.0) (2024-10-09)

## [6.1.0](https://github.com/winft/theseus-ship/compare/v6.0.0...v6.1.0) (2024-06-19)


Expand Down
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.80)
project("Theseus' Ship" VERSION 6.2.0)

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

0 comments on commit c4d4014

Please sign in to comment.