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