aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2025-02-26 12:15:01 +0100
committerFelix Morgner <felix.morgner@gmail.com>2025-02-26 12:15:01 +0100
commit1bcce6efca8ba001075dcb4e3226baef4f95b9fa (patch)
tree9a72c86d08c6700b9f9987f32ef31d9360f6b145
parent5b6123afa8ba7617e2252435eee3be57ea2de5eb (diff)
downloadnewtype-1bcce6efca8ba001075dcb4e3226baef4f95b9fa.tar.xz
newtype-1bcce6efca8ba001075dcb4e3226baef4f95b9fa.zip
newtype: bump version
-rw-r--r--CMakeLists.txt4
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