From f4453c97461adb1db359f59a8d6acd01be3f758a Mon Sep 17 00:00:00 2001 From: lganzzzo Date: Sun, 3 Nov 2019 17:02:46 +0200 Subject: [PATCH] Increase oatpp version to '0.19.10' --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6ca433f..5789a60 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ cmake_minimum_required(VERSION 3.1 FATAL_ERROR) ## use these variables to configure module installation set(OATPP_THIS_MODULE_NAME oatpp-curl) ## name of the module (also name of folders in installation dirs) -set(OATPP_THIS_MODULE_VERSION "0.19.9") ## version of the module (also sufix of folders in installation dirs) +set(OATPP_THIS_MODULE_VERSION "0.19.10") ## version of the module (also sufix of folders in installation dirs) set(OATPP_THIS_MODULE_LIBRARIES oatpp-curl) ## list of libraries to find when find_package is called set(OATPP_THIS_MODULE_TARGETS oatpp-curl) ## list of targets to install set(OATPP_THIS_MODULE_DIRECTORIES oatpp-curl) ## list of directories to install