Skip to content

Commit

Permalink
#509: Set next celix version in cmake and conan to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pnoltes committed Oct 1, 2023
1 parent fedbff5 commit 7561c54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 ()

Expand Down
2 changes: 1 addition & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

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++")
Expand Down

0 comments on commit 7561c54

Please sign in to comment.