Skip to content

Commit 7a62748

Browse files
authored
Update major version to 7 (#90)
### Briefly, what does this PR introduce? Update major version to 7 ### What kind of change does this PR introduce? - [ ] Bug fix (issue #__) - [ ] New feature (issue #__) - [ ] Documentation update - [ ] Other: __ ### Please check if this PR fulfills the following: - [ ] Tests for the changes have been added - [ ] Documentation has been added / updated - [ ] Changes have been communicated to collaborators ### Does this PR introduce breaking changes? What changes might users need to make to their code? ### Does this PR change default behavior?
1 parent a4caada commit 7a62748

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ cmake_minimum_required(VERSION 3.12)
66
project(EDM4EIC
77
LANGUAGES CXX)
88

9-
SET( ${PROJECT_NAME}_VERSION_MAJOR 6 )
9+
SET( ${PROJECT_NAME}_VERSION_MAJOR 7 )
1010
SET( ${PROJECT_NAME}_VERSION_MINOR 0 )
11-
SET( ${PROJECT_NAME}_VERSION_PATCH 1 )
11+
SET( ${PROJECT_NAME}_VERSION_PATCH 0 )
1212
SET( ${PROJECT_NAME}_VERSION "${${PROJECT_NAME}_VERSION_MAJOR}.${${PROJECT_NAME}_VERSION_MINOR}.${${PROJECT_NAME}_VERSION_PATCH}" )
1313

1414
# C++ standard

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/hegner/podio/blob/master/tests/schema_evolution.yaml
1111
##
12-
schema_version: 600
12+
schema_version: 700
1313

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

0 commit comments

Comments
 (0)