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

pnoltes pushed a commit to branch feature/509-update-next-version
in repository https://gitbox.apache.org/repos/asf/celix.git

commit 7561c54aa724d2b21b7f0f84c9e02eeba4ac4e04
Author: Pepijn Noltes <pnol...@apache.org>
AuthorDate: Sun Oct 1 15:01:41 2023 +0200

    #509: Set next celix version in cmake and conan to 3.0.0
---
 CMakeLists.txt | 4 ++--
 conanfile.py   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index fddf991f..8773e203 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -145,8 +145,8 @@ endif()
 
 # Set version for the framework package/release
 if (NOT DEFINED CELIX_MAJOR)
-    set(CELIX_MAJOR "2")
-    set(CELIX_MINOR "4")
+    set(CELIX_MAJOR "3")
+    set(CELIX_MINOR "0")
     set(CELIX_MICRO "0")
 endif ()
 
diff --git a/conanfile.py b/conanfile.py
index dc145bbd..ed31c4e3 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 = "3.0.0"
     homepage = "https://celix.apache.org";
     url = "https://github.com/apache/celix.git";
     topics = ("conan", "celix", "osgi", "embedded", "linux", "C/C++")

Reply via email to