Skip to content

Commit

Permalink
Merge pull request #13 from NeuroML/feat/v2.2
Browse files Browse the repository at this point in the history
Feat: update to use schema v2.2
  • Loading branch information
pgleeson authored Apr 17, 2023
2 parents 8eafa63 + f653cec commit b5263ca
Show file tree
Hide file tree
Showing 6 changed files with 6,174 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 b5263ca

Please sign in to comment.