This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch release-2.4.0 in repository https://gitbox.apache.org/repos/asf/celix.git
commit 31ea5f920b77ed06f7c080b554d7de098bc5a131 Author: Pepijn Noltes <[email protected]> AuthorDate: Tue Sep 19 19:48:22 2023 +0200 Update Celix version in cmake --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 38f1daec..be318acc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -146,7 +146,7 @@ endif() # Set version for the framework package/release if (NOT DEFINED CELIX_MAJOR) set(CELIX_MAJOR "2") - set(CELIX_MINOR "3") + set(CELIX_MINOR "4") set(CELIX_MICRO "0") endif ()
