Skip to content

Commit

Permalink
Update version information
Browse files Browse the repository at this point in the history
  • Loading branch information
terhorstd committed Sep 3, 2021
1 parent be8b67e commit 27e3446
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ set( NEST_USER_EMAIL "nest_user@nest-initiative.org" )
# VERSION exported to libnestutil/config.h, extras/create_release.sh
set( NEST_VERSION_MAJOR 2 )
set( NEST_VERSION_MINOR 14 )
set( NEST_VERSION_PATCHLEVEL 0 )
set( NEST_VERSION_PATCHLEVEL 1 )

set( NEST_VERSION_VERSION "${NEST_VERSION_MAJOR}.${NEST_VERSION_MINOR}.${NEST_VERSION_PATCHLEVEL}" )
set( NEST_VERSION_PRGNAME "${PROJECT_NAME}-${NEST_VERSION_VERSION}" )
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Build Status](https://travis-ci.org/nest/nest-simulator.svg?branch=master)](https://travis-ci.org/nest/nest-simulator)
[![License](http://img.shields.io/:license-GPLv2+-green.svg)](http://www.gnu.org/licenses/gpl-2.0.html)
[![DOI](https://zenodo.org/badge/doi/10.5281/zenodo.882971.svg)](http://dx.doi.org/10.5281/zenodo.882971)
[![DOI](https://zenodo.org/badge/doi/10.5281/zenodo.4018724.svg)](http://dx.doi.org/10.5281/zenodo.4018724)

NEST is a simulator for spiking neural network models that focuses on the
dynamics, size and structure of neural systems rather than on the exact
Expand Down Expand Up @@ -111,6 +111,10 @@ you received in the NEST sources.

Please cite NEST if you use it in your work.

If you use NEST 2.14.1, please cite it as **Peyser, Alexander et al. (2021).
NEST 2.14.1. Zenodo. 10.5281/zenodo.4018724**. The full citation is available
in different formats on [Zenodo](http://dx.doi.org/10.5281/zenodo.4018724).

If you use NEST 2.14.0, please cite it as **Peyser, Alexander et al. (2017).
NEST 2.14.0. Zenodo. 10.5281/zenodo.882971**. The full citation is available
in different formats on [Zenodo](http://dx.doi.org/10.5281/zenodo.882971).
Expand Down
2 changes: 1 addition & 1 deletion extras/create_rcsinfo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

# default value, if git is not installed or if the source directory is
# not under version control
version="v2.14.0"
version="v2.14.1"

# check if we can run the git command
if command -v git >/dev/null 2>&1; then
Expand Down
2 changes: 1 addition & 1 deletion extras/userdoc/md/documentation/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ Installation instructions here have been tested under OS X 10.11 *El Capitan* an

mkdir NEST # directory for all NEST stuff
cd NEST
tar zxf nest-2.14.0.tar.gz
tar zxf nest-2.14.1.tar.gz
mkdir bld
cd bld

Expand Down

0 comments on commit 27e3446

Please sign in to comment.