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

pnoltes pushed a commit to branch support/2.4
in repository https://gitbox.apache.org/repos/asf/celix.git

commit 647073195d0c9b9a41da606683cbe0810ef2eb41
Author: Pepijn Noltes <pnol...@apache.org>
AuthorDate: Sat Oct 28 14:15:21 2023 +0200

    Update Celix version to next patch release (2.4.1)
---
 CMakeLists.txt | 2 +-
 conanfile.py   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index fddf991f..e1f32a95 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -147,7 +147,7 @@ endif()
 if (NOT DEFINED CELIX_MAJOR)
     set(CELIX_MAJOR "2")
     set(CELIX_MINOR "4")
-    set(CELIX_MICRO "0")
+    set(CELIX_MICRO "1")
 endif ()
 
 # Default bundle version
diff --git a/conanfile.py b/conanfile.py
index dc145bbd..30f1f3f2 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -28,7 +28,7 @@ required_conan_version = ">=1.32.0"
 
 class CelixConan(ConanFile):
     name = "celix"
-    version = "2.4.0"
+    version = "2.4.1"
     homepage = "https://celix.apache.org";
     url = "https://github.com/apache/celix.git";
     topics = ("conan", "celix", "osgi", "embedded", "linux", "C/C++")

Reply via email to