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 d2b69278502738e994a392c649ffa33a4320d8d3 Author: Gabor Gyimesi <[email protected]> AuthorDate: Tue Sep 2 09:19:37 2025 +0200 MINIFICPP-2617 Update version number to 0.99.2 Signed-off-by: Ferenc Gerlits <[email protected]> Closes #2017 --- CMakeLists.txt | 2 +- conanfile.py | 2 +- libminifi/CMakeLists.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9c9c28e94..d9461e013 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,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-minifi-cpp VERSION 1.0.0) +project(nifi-minifi-cpp VERSION 0.99.2) set(PROJECT_NAME "nifi-minifi-cpp") if (NOT CMAKE_BUILD_TYPE) diff --git a/conanfile.py b/conanfile.py index f4bf443de..310a81ac1 100644 --- a/conanfile.py +++ b/conanfile.py @@ -14,7 +14,7 @@ shared_sources = ("CMakeLists.txt", "libminifi/*", "extensions/*", "minifi_main/ class MiNiFiCppMain(ConanFile): name = "minifi-cpp" - version = "1.0.0" + version = "0.99.2" license = "Apache-2.0" requires = shared_requires settings = "os", "compiler", "build_type", "arch" diff --git a/libminifi/CMakeLists.txt b/libminifi/CMakeLists.txt index 80c2f4624..7e35f5a56 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 1.0.0) +project(nifi-libcore-minifi VERSION 0.99.2) set(PROJECT_NAME "nifi-libcore-minifi") if (WIN32)
