From 1bcce6efca8ba001075dcb4e3226baef4f95b9fa Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Wed, 26 Feb 2025 12:15:01 +0100 Subject: newtype: bump version --- CMakeLists.txt | 4 ++-- 1 file 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 -- cgit v1.2.3