From 93c1fcdf785f0d060c9d075564288b043fd5afdf Mon Sep 17 00:00:00 2001 From: Vasile Vilvoiu Date: Sun, 28 Nov 2021 22:51:19 +0200 Subject: Bump to 1.0.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 8613aab..4b4e555 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 0) +set (VERSION_PATCH 1) # Options option (BUILD_DESCRIBE_TOOL "build ecbor-describe" ON) -- cgit v1.2.3