Skip to content

Commit

Permalink
bump schema
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl committed Oct 8, 2024
1 parent 0a8d6fc commit 200aa4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ cmake_minimum_required(VERSION 3.12)
project(EDM4EIC
LANGUAGES CXX)

SET( ${PROJECT_NAME}_VERSION_MAJOR 7 )
SET( ${PROJECT_NAME}_VERSION_MAJOR 8 )
SET( ${PROJECT_NAME}_VERSION_MINOR 0 )
SET( ${PROJECT_NAME}_VERSION_PATCH 0 )
SET( ${PROJECT_NAME}_VERSION "${${PROJECT_NAME}_VERSION_MAJOR}.${${PROJECT_NAME}_VERSION_MINOR}.${${PROJECT_NAME}_VERSION_PATCH}" )
Expand Down
3 changes: 1 addition & 2 deletions edm4eic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
## If there are schema version changes that can be evolved, see the podio documentation
## for an example: https://github.com/hegner/podio/blob/master/tests/schema_evolution.yaml
##
schema_version: 700
schema_version: 800

options :
# should getters / setters be prefixed with get / set?
Expand Down Expand Up @@ -567,4 +567,3 @@ datatypes:
OneToOneRelations:
- edm4eic::Cluster cluster // reference to the cluster
- edm4eic::Track track // reference to the track

0 comments on commit 200aa4f

Please sign in to comment.