From 7a627488cde0bc4e1863d3fd6bd3396fd30c7296 Mon Sep 17 00:00:00 2001 From: Sakib Rahman Date: Fri, 2 Aug 2024 21:12:41 -0400 Subject: [PATCH] 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? --- CMakeLists.txt | 4 ++-- edm4eic.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 71c8166..de55c3e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,9 +6,9 @@ cmake_minimum_required(VERSION 3.12) project(EDM4EIC LANGUAGES CXX) -SET( ${PROJECT_NAME}_VERSION_MAJOR 6 ) +SET( ${PROJECT_NAME}_VERSION_MAJOR 7 ) SET( ${PROJECT_NAME}_VERSION_MINOR 0 ) -SET( ${PROJECT_NAME}_VERSION_PATCH 1 ) +SET( ${PROJECT_NAME}_VERSION_PATCH 0 ) SET( ${PROJECT_NAME}_VERSION "${${PROJECT_NAME}_VERSION_MAJOR}.${${PROJECT_NAME}_VERSION_MINOR}.${${PROJECT_NAME}_VERSION_PATCH}" ) # C++ standard diff --git a/edm4eic.yaml b/edm4eic.yaml index 6d11477..8914a71 100644 --- a/edm4eic.yaml +++ b/edm4eic.yaml @@ -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: 600 +schema_version: 700 options : # should getters / setters be prefixed with get / set?