CELIX-412: Updates celix version
Project: http://git-wip-us.apache.org/repos/asf/celix/repo Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/353ac0d2 Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/353ac0d2 Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/353ac0d2 Branch: refs/heads/master Commit: 353ac0d2e0f819f8f59d4cdf8ea1dfd701201d74 Parents: 34ed6ba Author: Pepijn Noltes <[email protected]> Authored: Wed Jan 24 13:19:35 2018 +0100 Committer: Pepijn Noltes <[email protected]> Committed: Wed Jan 24 13:19:35 2018 +0100 ---------------------------------------------------------------------- CMakeLists.txt | 4 ++-- RELEASE_NOTES | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/celix/blob/353ac0d2/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/CMakeLists.txt b/CMakeLists.txt index 8151cd2..f67d32f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -63,8 +63,8 @@ ELSE () ENDIF() # Set version for the framework package/release -set(CELIX_MAJOR "1") -set(CELIX_MINOR "0") +set(CELIX_MAJOR "2") +set(CELIX_MINOR "1") set(CELIX_MICRO "0") set(CELIX_QUALIFIER "") http://git-wip-us.apache.org/repos/asf/celix/blob/353ac0d2/RELEASE_NOTES ---------------------------------------------------------------------- diff --git a/RELEASE_NOTES b/RELEASE_NOTES index b82d2bb..b9947fc 100644 --- a/RELEASE_NOTES +++ b/RELEASE_NOTES @@ -15,7 +15,7 @@ # Release Notes for Apache Celix 2.1.0 -# # Versions +## Versions ### Libraries: - Celix Framework library: 2.1.0
