aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2020-01-05 15:08:49 +0100
committerFelix Morgner <felix.morgner@gmail.com>2020-01-05 15:08:49 +0100
commit9cf9b3a363fefca5aff71b862064b9d15267ef36 (patch)
treee1f05bce28b6004ce2e92b7cb751b692ec316c5d
parent1e4cf62ee889302d429bb21cde090d2ef339b018 (diff)
downloadnewtype-9cf9b3a363fefca5aff71b862064b9d15267ef36.tar.xz
newtype-9cf9b3a363fefca5aff71b862064b9d15267ef36.zip
newtype: bump version to 1.0.2
-rw-r--r--CMakeLists.txt2
-rw-r--r--include/newtype/version.hpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 93f154e..ba03c5f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION "3.9.0")
project("newtype"
- VERSION "1.0.1"
+ VERSION "1.0.2"
LANGUAGES CXX
DESCRIPTION "A library of types and functions to create strong type aliases"
)
diff --git a/include/newtype/version.hpp b/include/newtype/version.hpp
index be6e26e..b2dd19b 100644
--- a/include/newtype/version.hpp
+++ b/include/newtype/version.hpp
@@ -14,7 +14,7 @@ namespace nt
} version{
.major = 1,
.minor = 0,
- .patch = 1,
+ .patch = 2,
.name = "Francesca",
};