This is an automated email from the ASF dual-hosted git repository.

fgerlits pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi-minifi-cpp.git

commit 0488c5498833a899f2a4a43c6b6e401014235ebd
Author: Gabor Gyimesi <[email protected]>
AuthorDate: Thu Apr 20 15:51:18 2023 +0200

    MINIFICPP-2108 Update version number to 0.15.0
    
    Signed-off-by: Ferenc Gerlits <[email protected]>
    This closes #1563
---
 CMakeLists.txt           | 2 +-
 README.md                | 4 ++--
 libminifi/CMakeLists.txt | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1bc7f382c..ce9589bfa 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.14.0)
+project(nifi-minifi-cpp VERSION 0.15.0)
 set(PROJECT_NAME "nifi-minifi-cpp")
 
 # Optional build number for linux distribution targets' tar.gz output
diff --git a/README.md b/README.md
index 33dde804a..ebc3d6713 100644
--- a/README.md
+++ b/README.md
@@ -433,7 +433,7 @@ advanced features.
   CPack: Install projects
   CPack: - Install directory: ~/Development/code/apache/nifi-minifi-cpp
   CPack: Create package
-  CPack: - package: 
~/Development/code/apache/nifi-minifi-cpp/build/nifi-minifi-cpp-0.12.0.tar.gz 
generated.
+  CPack: - package: 
~/Development/code/apache/nifi-minifi-cpp/build/nifi-minifi-cpp-0.15.0.tar.gz 
generated.
   ```
 
 - Create a source assembly located in your build directory with suffix 
-source.tar.gz
@@ -445,7 +445,7 @@ advanced features.
   CPack: Install projects
   CPack: - Install directory: ~/Development/code/apache/nifi-minifi-cpp
   CPack: Create package
-  CPack: - package: 
~/Development/code/apache/nifi-minifi-cpp/build/nifi-minifi-cpp-0.12.0-source.tar.gz
 generated.
+  CPack: - package: 
~/Development/code/apache/nifi-minifi-cpp/build/nifi-minifi-cpp-0.15.0-source.tar.gz
 generated.
   ```
 
 ### Building a docker image
diff --git a/libminifi/CMakeLists.txt b/libminifi/CMakeLists.txt
index 883948c39..31d9c1ce5 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.14.0)
+project(nifi-libcore-minifi VERSION 0.15.0)
 set(PROJECT_NAME "nifi-libcore-minifi")
 
 if (WIN32)

Reply via email to