Skip to content

Commit

Permalink
feat(api)!: update to 2.2
Browse files Browse the repository at this point in the history
BREAKING CHANGE: updates API to schema version 2.2
  • Loading branch information
sanjayankur31 committed Apr 17, 2023
1 parent 388ec10 commit 3c4a6be
Show file tree
Hide file tree
Showing 5 changed files with 6,153 additions and 3,939 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ cmake_policy(SET CMP0048 NEW) # VERSION option to project()

# Note: the version number uses Semantic Versioning http://semver.org/
project(NeuroML_API
VERSION 2.1.0
VERSION 2.2.0
DESCRIPTION "C++ API for NeuroML 2"
HOMEPAGE_URL "https://github.com/NeuroML/NeuroML_API"
)
Expand All @@ -21,7 +21,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR}/cmake/modules)
############################

# Which schema to provide the API for
set(NeuroML_SCHEMA_PATH "${PROJECT_SOURCE_DIR}/src/schema/NeuroML_v2.1.xsd"
set(NeuroML_SCHEMA_PATH "${PROJECT_SOURCE_DIR}/src/schema/NeuroML_v2.2.xsd"
CACHE PATH
"Path to the schema file to base the API on.")

Expand Down
Loading

0 comments on commit 3c4a6be

Please sign in to comment.