From a3c8f0b7fec470f1bcc94c5914012e56c4adb8a5 Mon Sep 17 00:00:00 2001 From: Date Huang Date: Thu, 24 Oct 2024 20:51:02 +0800 Subject: [PATCH] version: bump version 2.0.13 Signed-off-by: Date Huang --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d1afcde..6419575 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.12) + set(GIT_VERSION 2.0.13) endif() # start compile part