diff --git a/.gitignore b/.gitignore index 0f8896f..213e98a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,10 +1,9 @@ -.aiignore -.idea/ +.* build* cmake* dist/ lib/*.so out/ src/*.o +*.swp tmp* - diff --git a/CMakeLists.txt b/CMakeLists.txt index 3faf4ff..32393d9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.16) -project(fun VERSION 0.7.3 LANGUAGES C) +project(fun VERSION 0.7.4 LANGUAGES C) set(CMAKE_C_STANDARD 11) set(CMAKE_C_STANDARD_REQUIRED ON)