From 78a36b48dbd3888f56e26ac71115e5f775a74c2c Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Mon, 25 Nov 2024 17:18:30 +0900 Subject: [PATCH] Version 1.8 --- CMakeLists.txt | 2 +- Changelog.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 96942e6..1cb56e4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.10) project(SimpleArchiver C) -set(SimpleArchiver_VERSION 1.7) +set(SimpleArchiver_VERSION 1.8) set(SimpleArchiver_SOURCES src/main.c diff --git a/Changelog.md b/Changelog.md index e851293..52ce9fc 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,8 @@ ## Upcoming Changes +## Version 1.8 + Minor refactorings related to `printf` and `uintX_t`/`size_t` types. ## Version 1.7