diff options
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1b74f2f..ea55749 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,9 +1,9 @@ -cmake_minimum_required(VERSION "3.25.0") +cmake_minimum_required(VERSION "3.30.0") project("newtype" LANGUAGES CXX DESCRIPTION "A library of types and functions to create strong type aliases" - VERSION "1.2.0" + VERSION "2.0.0" ) # Project Options |
