Skip to content

Commit 5dfb52d

Browse files
authored
feat: upgrade project/schema version to v8.7.0 (#153)
### Briefly, what does this PR introduce? This PR upgrades the project and schema version to the next release. (Note: branch renamed to avoid ref clash with future release tag name.)
1 parent f369149 commit 5dfb52d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ project(EDM4EIC
77
LANGUAGES CXX)
88

99
SET( ${PROJECT_NAME}_VERSION_MAJOR 8 )
10-
SET( ${PROJECT_NAME}_VERSION_MINOR 6 )
10+
SET( ${PROJECT_NAME}_VERSION_MINOR 7 )
1111
SET( ${PROJECT_NAME}_VERSION_PATCH 0 )
1212
SET( ${PROJECT_NAME}_VERSION "${${PROJECT_NAME}_VERSION_MAJOR}.${${PROJECT_NAME}_VERSION_MINOR}.${${PROJECT_NAME}_VERSION_PATCH}" )
1313

edm4eic.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
## If there are schema version changes that can be evolved, see the podio documentation
1010
## for an example: https://github.com/AIDASoft/podio/tree/master/tests/schema_evolution
1111
##
12-
schema_version: 860
12+
schema_version: 870
1313

1414
options :
1515
# should getters / setters be prefixed with get / set?

0 commit comments

Comments
 (0)