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 976b0a165387250a846d13e22b7084fa7c0fb9d3 Author: Gabor Gyimesi <[email protected]> AuthorDate: Mon Apr 3 17:46:57 2023 +0200 MINIFICPP-2090 Update version number to 0.14.0 Closes #1547 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 8b39bf4f1..b9ac69d6c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,7 @@ if (CMAKE_VERSION VERSION_GREATER_EQUAL 3.24) cmake_policy(SET CMP0135 NEW) # policy to set the timestamps of extracted contents to the time of extraction endif() -project(nifi-minifi-cpp VERSION 0.13.0) +project(nifi-minifi-cpp VERSION 0.14.0) set(PROJECT_NAME "nifi-minifi-cpp") # Optional build number for linux distribution targets' tar.gz output diff --git a/libminifi/CMakeLists.txt b/libminifi/CMakeLists.txt index dc51d0148..883948c39 100644 --- a/libminifi/CMakeLists.txt +++ b/libminifi/CMakeLists.txt @@ -22,7 +22,7 @@ cmake_policy(SET CMP0096 NEW) # policy to preserve the leading zeros in PROJECT_ if (CMAKE_VERSION VERSION_GREATER_EQUAL 3.24) cmake_policy(SET CMP0135 NEW) # policy to set the timestamps of extracted contents to the time of extraction endif() -project(nifi-libcore-minifi VERSION 0.13.0) +project(nifi-libcore-minifi VERSION 0.14.0) set(PROJECT_NAME "nifi-libcore-minifi") if (WIN32)
