diff options
author | 2025-05-25 11:06:35 -0700 | |
---|---|---|
committer | 2025-05-25 11:06:35 -0700 | |
commit | f032f197f40e9f65c5aab7d15737ae59ca92cf10 (patch) | |
tree | 2923ea744c9ae9530d9321fdd63762bf17383b77 | |
parent | 77502ba8f6634fa1e63b861ff3f724b0c4720491 (diff) | |
download | github-mirror-f032f197f40e9f65c5aab7d15737ae59ca92cf10.tar.gz github-mirror-f032f197f40e9f65c5aab7d15737ae59ca92cf10.tar.zst github-mirror-f032f197f40e9f65c5aab7d15737ae59ca92cf10.zip |
Fix CMakeLists versionv0.2.2
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7502ef4..f89f271 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.25) -project(github-mirror VERSION 0.1.4 LANGUAGES C) +project(github-mirror VERSION 0.2.2 LANGUAGES C) set(CMAKE_C_STANDARD 17) include(CheckCCompilerFlag) |