From 5484da169c794475c79200994b3e1ca5a82aec94 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Fri, 15 Nov 2024 17:37:23 +0900 Subject: [PATCH] Update CMakeLists.txt (version 1.7) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 31da10a..2a7a861 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.7) project(SimpleArchiver C) -set(SimpleArchiver_VERSION 1.0) +set(SimpleArchiver_VERSION 1.7) set(SimpleArchiver_SOURCES src/main.c