From 460066cf5b2be8e85696eb816cdba90fe776fc79 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Fri, 20 Dec 2024 11:21:45 +0900 Subject: [PATCH] Set version in CMakeLists.txt to 1.9 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1cb56e4..aa6d18a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.10) project(SimpleArchiver C) -set(SimpleArchiver_VERSION 1.8) +set(SimpleArchiver_VERSION 1.9) set(SimpleArchiver_SOURCES src/main.c -- 2.49.0