This is an automated email from the ASF dual-hosted git repository. szaszm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git
commit 1d7757d8782ce05ace35e64cf291cf00e0562ef0 Author: Ferenc Gerlits <[email protected]> AuthorDate: Wed May 22 13:50:03 2024 +0200 MINIFICPP-2384 Update version number to 0.99.1 Closes #1797 Signed-off-by: Marton Szasz <[email protected]> --- CMakeLists.txt | 2 +- libminifi/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d23e1f200..7d258fcf3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,7 @@ cmake_policy(SET CMP0096 NEW) # policy to preserve the leading zeros in PROJECT_ cmake_policy(SET CMP0065 OLD) # default export policy, required for self-dlopen cmake_policy(SET CMP0135 NEW) # policy to set the timestamps of extracted contents to the time of extraction -project(nifi-minifi-cpp VERSION 0.99.0) +project(nifi-minifi-cpp VERSION 0.99.1) set(PROJECT_NAME "nifi-minifi-cpp") if (NOT CMAKE_BUILD_TYPE) diff --git a/libminifi/CMakeLists.txt b/libminifi/CMakeLists.txt index b4a9a03ce..3a7778236 100644 --- a/libminifi/CMakeLists.txt +++ b/libminifi/CMakeLists.txt @@ -20,7 +20,7 @@ cmake_minimum_required (VERSION 3.24) cmake_policy(SET CMP0096 NEW) # policy to preserve the leading zeros in PROJECT_VERSION_{MAJOR,MINOR,PATCH,TWEAK} cmake_policy(SET CMP0135 NEW) # policy to set the timestamps of extracted contents to the time of extraction -project(nifi-libcore-minifi VERSION 0.99.0) +project(nifi-libcore-minifi VERSION 0.99.1) set(PROJECT_NAME "nifi-libcore-minifi") if (WIN32)
