From db435b92b06836fca28994972438c84a374733f0 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Sun, 1 Mar 2020 12:14:28 +0100 Subject: releng: bump version number in build configuration --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0a81d64..3c29a76 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION "3.9.0") project("newtype" - VERSION "1.0.2" + VERSION "1.1.0" LANGUAGES CXX DESCRIPTION "A library of types and functions to create strong type aliases" ) -- cgit v1.2.3