summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorVasile Vilvoiu <vasi@vilvoiu.ro>2022-05-04 17:21:55 +0300
committerVasile Vilvoiu <vasi@vilvoiu.ro>2022-05-04 17:21:55 +0300
commit7af57877361952d125225b70e34ae8edda20dbe5 (patch)
treea76ddc39a20a6049a4c788ba7fab8f17d98448d7 /CMakeLists.txt
parent369e1efeab53ea050ac9bbfa3b623f84c6be14a7 (diff)
Bump to v1.0.2
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ee3fcb7..5ef5d75 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,7 +5,7 @@ project (ecbor LANGUAGES C CXX)
# Version
set (VERSION_MAJOR 1)
set (VERSION_MINOR 0)
-set (VERSION_PATCH 1)
+set (VERSION_PATCH 2)
# Options
option (BUILD_DESCRIBE_TOOL "build ecbor-describe" ON)