From 43058527a61f08e910ae1fedf1388ec2a884103e Mon Sep 17 00:00:00 2001 From: Danilo Horta Date: Fri, 9 Feb 2024 10:43:42 +0000 Subject: [PATCH] Update deciphon version to 0.15.2 --- c-core/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c-core/CMakeLists.txt b/c-core/CMakeLists.txt index 0d515d7..42c014c 100644 --- a/c-core/CMakeLists.txt +++ b/c-core/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.20.2 FATAL_ERROR) -project(deciphon VERSION 0.15.1 LANGUAGES C) +project(deciphon VERSION 0.15.2 LANGUAGES C) include(cmake/warnings.cmake) include(cmake/sanitizers.cmake)