diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2025-09-12 14:22:46 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2025-09-12 14:22:46 +0200 |
commit | 0d5ce337b823062c33cd31315f500b96cb8f9d26 (patch) | |
tree | 8b50e9f93a6ec67ffe236cd19353771ea2444076 /CMakeLists.txt | |
parent | 7547c5a1405dff1aac1ab054a24907b3ae724c12 (diff) | |
parent | 71d22d0bdc3a2fa9269807c8401263b333157817 (diff) |
Merge branch 'release/debian/6.9.10-1'HEADdebian/6.9.10-1master
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) |