aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt1
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