diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2025-02-26 12:09:08 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2025-02-26 12:09:08 +0100 |
| commit | 12bf706ddece7b1730eb1453c2c46fda2255c547 (patch) | |
| tree | fe1c8c679b174e506577b3ffd18c9357e58c037e | |
| parent | 0384acce9fe18c59605835300c52d4b5bc38db45 (diff) | |
| download | newtype-12bf706ddece7b1730eb1453c2c46fda2255c547.tar.xz newtype-12bf706ddece7b1730eb1453c2c46fda2255c547.zip | |
newtype: bump version
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e154430..1b74f2f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,6 +3,7 @@ cmake_minimum_required(VERSION "3.25.0") project("newtype" LANGUAGES CXX DESCRIPTION "A library of types and functions to create strong type aliases" + VERSION "1.2.0" ) # Project Options |
