From 3e64bfb8f935415c4f3f1f9c7db8c7704bda12fe Mon Sep 17 00:00:00 2001 From: hanez Date: Wed, 24 Dec 2025 01:07:07 +0100 Subject: [PATCH] Some fixed fail on last commit. (0.37.20) --- CMakeLists.txt | 2 +- examples/error/test_indent.fun | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 examples/error/test_indent.fun diff --git a/CMakeLists.txt b/CMakeLists.txt index 1f21240..b18c403 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.10) -project(fun VERSION 0.37.19 LANGUAGES C) +project(fun VERSION 0.37.20 LANGUAGES C) set(CMAKE_C_STANDARD 99) set(CMAKE_C_STANDARD_REQUIRED ON) diff --git a/examples/error/test_indent.fun b/examples/error/test_indent.fun old mode 100644 new mode 100755