From 199f58469319c814c5c8bdb49812e1e00d607187 Mon Sep 17 00:00:00 2001 From: Vojtech Horky Date: Mon, 4 Nov 2024 18:53:57 +0100 Subject: [PATCH] Release 0.0.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7a55878..1eae20c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,7 +32,7 @@ include(CheckCCompilerFlag) enable_testing() project(PCUT - VERSION 0.0.1 + VERSION 0.0.2 HOMEPAGE_URL "https://github.com/vhotspur/pcut" LANGUAGES C )