From e396108ee39c2b82229f58bc013ed5b6c90cd50c Mon Sep 17 00:00:00 2001 From: fkobi Date: Sat, 19 Oct 2024 09:52:15 +0000 Subject: [PATCH] Update project version --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a430a23..fd9aa27 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ cmake_minimum_required( VERSION 3.7 ) -project( date VERSION 3.0.1 ) +project( date VERSION 3.0.2 ) set(ABI_VERSION 3) # used as SOVERSION, increment when ABI changes get_directory_property( has_parent PARENT_DIRECTORY )