summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorVasile Vilvoiu <vasi@vilvoiu.ro>2021-11-28 22:51:19 +0200
committerVasile Vilvoiu <vasi@vilvoiu.ro>2021-11-28 22:51:19 +0200
commit93c1fcdf785f0d060c9d075564288b043fd5afdf (patch)
tree3b7ebd1529c87f9ec7f7ccbb56ee8f50b767f2bd /CMakeLists.txt
parent8f7ceb6ecf1765e6515687b1971fcbd127818176 (diff)
Bump to 1.0.1
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 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)