From 5f5ef1546c4447fff3442682caa969ba075da329 Mon Sep 17 00:00:00 2001 From: mio Date: Wed, 16 Nov 2022 15:01:49 +0100 Subject: [PATCH] Update CMakeLists versions --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 85597f46..4110ae53 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -45,7 +45,7 @@ set(CMAKE_C_STANDARD 11) set(UNICORN_VERSION_MAJOR 2) set(UNICORN_VERSION_MINOR 0) -set(UNICORN_VERSION_PATCH 0) +set(UNICORN_VERSION_PATCH 1) include(bundle_static.cmake)