From 7af57877361952d125225b70e34ae8edda20dbe5 Mon Sep 17 00:00:00 2001 From: Vasile Vilvoiu Date: Wed, 4 May 2022 17:21:55 +0300 Subject: Bump to v1.0.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') 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) -- cgit v1.2.3