Skip to content

Commit aeff0de

Browse files
committed
feat: update to 2.3.0
1 parent 28c505b commit aeff0de

File tree

5 files changed

+15692
-7010
lines changed

5 files changed

+15692
-7010
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cmake_policy(SET CMP0048 NEW) # VERSION option to project()
1111

1212
# Note: the version number uses Semantic Versioning http://semver.org/
1313
project(NeuroML_API
14-
VERSION 2.2.0
14+
VERSION 2.3.0
1515
DESCRIPTION "C++ API for NeuroML 2"
1616
HOMEPAGE_URL "https://github.com/NeuroML/NeuroML_API"
1717
)
@@ -21,7 +21,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR}/cmake/modules)
2121
############################
2222

2323
# Which schema to provide the API for
24-
set(NeuroML_SCHEMA_PATH "${PROJECT_SOURCE_DIR}/src/schema/NeuroML_v2.2.xsd"
24+
set(NeuroML_SCHEMA_PATH "${PROJECT_SOURCE_DIR}/src/schema/NeuroML_v2.3.xsd"
2525
CACHE PATH
2626
"Path to the schema file to base the API on.")
2727

0 commit comments

Comments
 (0)