summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
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)