From 6c955e0f29f6ef78ded05c2305729a2b3f530f7a Mon Sep 17 00:00:00 2001 From: Date Huang Date: Sat, 19 Oct 2024 17:41:57 +0800 Subject: [PATCH] version: bump version 2.0.12 Signed-off-by: Date Huang --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1e5db26..d1afcde 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -54,7 +54,7 @@ execute_process(COMMAND git describe --tags --dirty # if no git if(GIT_VERSION STREQUAL "") - set(GIT_VERSION 2.0.11) + set(GIT_VERSION 2.0.12) endif() # start compile part