diff options
| author | Sonic Dreamcaster <alejandro.asenjo88@gmail.com> | 2025-05-25 18:15:27 -0300 |
|---|---|---|
| committer | Sonic Dreamcaster <alejandro.asenjo88@gmail.com> | 2025-05-25 18:15:27 -0300 |
| commit | e77d7741288ceccb3a5936adf72bcd9c0499839c (patch) | |
| tree | f0c1c879caa87971d18d0ab7da735e706e296814 | |
| parent | 8fffcdb5577a22d5ad4f761bcbdf1ad0468c3450 (diff) | |
fix version
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 8e51ac34..a5c086d1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.16.0 FATAL_ERROR) # Set the project version and language -project(Starship VERSION 2.0.1 LANGUAGES C CXX ASM) +project(Starship VERSION 2.0.0 LANGUAGES C CXX ASM) include(FetchContent) set(NATO_PHONETIC_ALPHABET |
