Skip to content

Commit

Permalink
Update version number to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jngrad committed Jun 28, 2022
1 parent cc2c084 commit 18d49bf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ if(POLICY CMP0074)
cmake_policy(SET CMP0074 NEW)
endif()

set(PROJECT_VERSION "4.2-dev")
set(PROJECT_VERSION "4.2.0")

#
# CMake internal vars
Expand Down
4 changes: 2 additions & 2 deletions doc/sphinx/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -195,8 +195,8 @@ Installing requirements on other Linux distributions
Please refer to the following Dockerfiles to find the minimum set of packages
required to compile |es| on other Linux distributions:

* `Fedora <https://github.com/espressomd/docker/blob/master/docker/Dockerfile-fedora>`__
* `Debian <https://github.com/espressomd/docker/blob/master/docker/Dockerfile-debian>`__
* `Fedora <https://github.com/espressomd/docker/blob/4.2/docker/Dockerfile-fedora>`__
* `Debian <https://github.com/espressomd/docker/blob/4.2/docker/Dockerfile-debian>`__

.. _Installing requirements on Windows via WSL:

Expand Down
4 changes: 2 additions & 2 deletions doc/sphinx/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@ publications, using the BibTeX entries indicated in this user guide.

A complete citation would look like this:

Simulations were carried out with ESPResSo 4.1[24] using the ICC\*
Simulations were carried out with ESPResSo 4.2[24] using the ICC\*
algorithm[25].

| ____________
Expand All @@ -640,7 +640,7 @@ You may also provide the patch level, when relevant. If you developed code
for |es| and made it available in a publicly accessible repository, you
should consider providing the corresponding URL, for example in a footnote:

The method was implemented for ESPResSo 4.1.4[24] and the source code is
The method was implemented for ESPResSo 4.2.0[24] and the source code is
available online\ :superscript:`note 1`.

| ____________
Expand Down

0 comments on commit 18d49bf

Please sign in to comment.