From 01d3c27d410a999dccf3784ec83cc4a465c78787 Mon Sep 17 00:00:00 2001 From: apio Date: Mon, 6 Feb 2023 22:42:31 +0100 Subject: [PATCH] chore: bump patch version --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bf98d1a..743ba18 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.8..3.22) -project(minitar LANGUAGES C VERSION 1.7.0) +project(minitar LANGUAGES C VERSION 1.7.1) option(MINITAR_IGNORE_UNSUPPORTED_TYPES "Skip past entries that have unsupported types instead of panicking (deprecated)" OFF) @@ -31,4 +31,4 @@ endif() install(TARGETS minitar DESTINATION lib) install(FILES minitar.h DESTINATION include) -add_subdirectory(examples) \ No newline at end of file +add_subdirectory(examples)