From d2fc50692c79c619095c57aff9de7d578471d55d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaakko=20Kera=CC=88nen?= Date: Sun, 14 Apr 2024 18:07:21 +0300 Subject: [PATCH 1/1] Fixed version number in the CMake file --- CHANGES.md | 3 +++ CMakeLists.txt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 2f80791..f0f7935 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,8 @@ # Changelog +## 1.8.1 +* Fixed library version number in the CMakeLists file. + ## 1.8 - 2024-04-14 * PtrArray: Added `back`, `constBack`, `popBack`, and `popFront` methods. * String: Added `concat`, `concatCStr`, and `quoteDelim` methods. diff --git a/CMakeLists.txt b/CMakeLists.txt index 9e92b49..af9eda9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required (VERSION 3.5) -project (the_Foundation VERSION 1.7.1 LANGUAGES C) +project (the_Foundation VERSION 1.8.1 LANGUAGES C) set (CMAKE_PROJECT_DESCRIPTION "Opinionated C11 library for low-level functionality") include (CheckIncludeFile) -- 2.25.1 gemini://git.skyjake.fi/the_Foundation/main/patch/d2fc50692c79c619095c57aff9de7d578471d55d.patch

-- Leo's gemini proxy

-- Connecting to git.skyjake.fi:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/plain

-- Response ended

-- Page fetched on Sun Jun 2 10:55:08 2024