Skip to content

Commit 2d5a959

Browse files
Merge pull request #15 from NeuroML/development
v2.3.0
2 parents 4bec110 + aeff0de commit 2d5a959

File tree

6 files changed

+15693
-7011
lines changed

6 files changed

+15693
-7011
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ On Fedora and other RPM based distributions, you can install Xerces and xsd
7878
from the standard repositories using `dnf` or `yum`:
7979

8080
```
81-
sudo dnf install xsd xerces-c-devel
81+
sudo dnf install xsd xerces-c-devel doxygen
8282
```
8383

8484
If you install xsd in a non-standard location, please set the `XSD_ROOT`

0 commit comments

Comments
 (0)