From 8ae69a976bca13f22e8002a13ebe798d1e26c086 Mon Sep 17 00:00:00 2001 From: Manuel Pietschmann Date: Tue, 26 Nov 2024 12:27:12 +0100 Subject: [PATCH] Bump version to 2.29.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ec1bcaad55..044f888c16 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.13) -project(de_rest_plugin VERSION 2.29.00 LANGUAGES C;CXX) +project(de_rest_plugin VERSION 2.29.01 LANGUAGES C;CXX) set(CMAKE_INCLUDE_CURRENT_DIR ON)