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
The following commit(s) were added to refs/heads/release-2.4.0 by this push:
new 25745ae1 Set 2.4.0 version in conanfile.py
25745ae1 is described below
commit 25745ae13848b0ce7b2b35c1e8553ba03f0529a9
Author: Pepijn Noltes <[email protected]>
AuthorDate: Tue Sep 19 21:37:24 2023 +0200
Set 2.4.0 version in conanfile.py
---
conanfile.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/conanfile.py b/conanfile.py
index fc554ad4..1b188b31 100644
--- a/conanfile.py
+++ b/conanfile.py
@@ -28,7 +28,7 @@ required_conan_version = ">=1.32.0"
class CelixConan(ConanFile):
name = "celix"
- version = "2.3.0"
+ version = "2.4.0"
homepage = "https://celix.apache.org"
url = "https://github.com/apache/celix.git"
topics = ("conan", "celix", "osgi", "embedded", "linux", "C/C++")