aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2020-03-01 12:14:28 +0100
committerFelix Morgner <felix.morgner@gmail.com>2020-03-01 12:14:28 +0100
commitdb435b92b06836fca28994972438c84a374733f0 (patch)
tree5ed904d3e9f912734b87b9fce0a6e72a3e071472
parent5e6fe1d012468dbc66c992a062e50bc9ae5bc33f (diff)
downloadnewtype-db435b92b06836fca28994972438c84a374733f0.tar.xz
newtype-db435b92b06836fca28994972438c84a374733f0.zip
releng: bump version number in build configuration
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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"
)