From 592e8ecbdad68d3bfb378e72a5357d3719ce8a46 Mon Sep 17 00:00:00 2001 From: Manuel Pietschmann Date: Fri, 17 Nov 2023 15:02:02 +0100 Subject: [PATCH] Bump version to 2.24.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 137610358a..49df8889a5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.13) -project(de_rest_plugin VERSION 2.24.01 LANGUAGES C;CXX) +project(de_rest_plugin VERSION 2.24.02 LANGUAGES C;CXX) set(CMAKE_INCLUDE_CURRENT_DIR ON)