diff --git a/README.md b/README.md index 93a4727f2..c8be0e019 100644 --- a/README.md +++ b/README.md @@ -3,18 +3,18 @@ [](https://nest-simulator.org/documentation) [](https://bestpractices.coreinfrastructure.org/projects/2218) [](http://www.gnu.org/licenses/gpl-2.0.html) -[](https://doi.org/10.5281/zenodo.4739103) +[](https://doi.org/10.5281/zenodo.5886894) [](https://github.com/nest/nest-simulator/releases) [](https://github.com/nest/nest-simulator) [](https://github.com/nest/nest-simulator) -[-blue?logo=debian)](https://nest-simulator.readthedocs.io/en/latest/installation/) +[-blue?logo=debian)](https://nest-simulator.readthedocs.io/en/latest/installation/) [](https://src.fedoraproject.org/rpms/nest) [](https://anaconda.org/conda-forge/nest-simulator) [](https://formulae.brew.sh/formula/nest) -[](https://hub.docker.com/r/nestsim/nest) -[](https://nest-simulator.readthedocs.io/en/latest/download.html#download-livemedia) +[](https://hub.docker.com/r/nestsim/nest) +[](https://nest-simulator.readthedocs.io/en/latest/download.html#download-livemedia) [](https://www.youtube.com/results?search_query=nest-simulator+neurons) [](https://twitter.com/nestsimulator) diff --git a/cmake/NestVersionInfo.cmake b/cmake/NestVersionInfo.cmake index 158cd49cf..5efd991e3 100644 --- a/cmake/NestVersionInfo.cmake +++ b/cmake/NestVersionInfo.cmake @@ -58,7 +58,7 @@ macro(get_version_info) endif() if (NOT NEST_VERSION_BRANCH) - set(NEST_VERSION_BRANCH "UNKNOWN") + set(NEST_VERSION_BRANCH "3.2") endif() string(SUBSTRING "${NEST_VERSION_BRANCH}" 0 5 isRelease) diff --git a/doc/userdoc/release_notes/index.rst b/doc/userdoc/release_notes/index.rst index 5c7b46726..44560fe29 100644 --- a/doc/userdoc/release_notes/index.rst +++ b/doc/userdoc/release_notes/index.rst @@ -10,3 +10,4 @@ transition your simulation code to the new versions. * :ref:`NEST 3.0 (June 10, 2021 ) <release_3.0>` * :ref:`NEST 3.1 (September 15, 2021 ) <release_3.1>` +* :ref:`NEST 3.2 (January 21, 2022 ) <release_3.2>`