diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2025-03-16 12:06:26 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2025-03-16 12:06:26 +0100 |
commit | 048f2aabecc8adf1fcc76ecf0dcad9ef07c0ae98 (patch) | |
tree | 6e32c4075b0bef0cfa7a9c3ece4294db7a10c046 /CMakeLists.txt | |
parent | b0e9d5f1322c403a2ba1df7f86e27d2514f576da (diff) | |
parent | e6ce8c11c114a794f5523eaaec52688716873b72 (diff) |
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index a9a0b9c..da09d8e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ -cmake_minimum_required(VERSION 3.1) +cmake_minimum_required(VERSION 3.1...3.5) project(oniguruma - VERSION 6.9.9 + VERSION 6.9.10 LANGUAGES C) set(PACKAGE onig) |