From 0cf23faf2583f16acddd1a072e739483cdf8715e Mon Sep 17 00:00:00 2001 From: Charles Gautier <33026375+chgautier@users.noreply.github.com> Date: Tue, 11 May 2021 17:48:57 +0200 Subject: [PATCH] chore(build): update version to 20.10.2 (#46) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fa435693..483e488b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -32,7 +32,7 @@ set(SCRIPT_DIR "${PROJECT_SOURCE_DIR}/script") # Version. set(CLIB_MAJOR 20) set(CLIB_MINOR 10) -set(CLIB_PATCH 1) +set(CLIB_PATCH 2) set(CLIB_VERSION "${CLIB_MAJOR}.${CLIB_MINOR}.${CLIB_PATCH}")