From c4d4014898f241ca44a0149d8ba148b1433b9a27 Mon Sep 17 00:00:00 2001 From: Roman Gilg Date: Wed, 9 Oct 2024 21:35:10 +0200 Subject: [PATCH] build: create release 6.2.0 Update changelog and raise CMake project version to 6.2.0. --- CHANGELOG.md | 2 ++ CMakeLists.txt | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 637e6a533..8da421bd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8d7d8c43a..55918c101 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)