diff options
author | 2025-04-28 21:38:33 -0700 | |
---|---|---|
committer | 2025-04-28 21:38:33 -0700 | |
commit | 1bf03b6ac43885ca8a7ca9596d2ef463beee6810 (patch) | |
tree | cfaaa31fd28d5577490d357c126802de8a15c18f | |
parent | 836df4a763ae326ffc1cf1a2f7255d3b9774a9c7 (diff) | |
download | github-mirror-1bf03b6ac43885ca8a7ca9596d2ef463beee6810.tar.gz github-mirror-1bf03b6ac43885ca8a7ca9596d2ef463beee6810.tar.zst github-mirror-1bf03b6ac43885ca8a7ca9596d2ef463beee6810.zip |
Bump version to v0.1.4v0.1.4
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index dade24a..eb4e841 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.30) -project(github_mirror VERSION 0.1.3 LANGUAGES C) +project(github_mirror VERSION 0.1.4 LANGUAGES C) set(CMAKE_C_STANDARD 17) include(FetchContent) |