From 9f0e9e6f038217498cda4235a5ffc19f960097d0 Mon Sep 17 00:00:00 2001 From: Date Huang Date: Tue, 27 Feb 2024 13:53:46 +0800 Subject: [PATCH] bump version 2.0.9 Signed-off-by: Date Huang --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b9b2154..00b5451 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -54,7 +54,7 @@ execute_process(COMMAND git describe --tags # if no git if(GIT_VERSION STREQUAL "") - set(GIT_VERSION 2.0.8) + set(GIT_VERSION 2.0.9) endif() # start compile part