Skip to content

Commit 18d49bf

Browse files
committed
Update version number to 4.2.0
1 parent cc2c084 commit 18d49bf

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ if(POLICY CMP0074)
4747
cmake_policy(SET CMP0074 NEW)
4848
endif()
4949

50-
set(PROJECT_VERSION "4.2-dev")
50+
set(PROJECT_VERSION "4.2.0")
5151

5252
#
5353
# CMake internal vars

doc/sphinx/installation.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ Installing requirements on other Linux distributions
195195
Please refer to the following Dockerfiles to find the minimum set of packages
196196
required to compile |es| on other Linux distributions:
197197

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

201201
.. _Installing requirements on Windows via WSL:
202202

doc/sphinx/introduction.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ publications, using the BibTeX entries indicated in this user guide.
622622

623623
A complete citation would look like this:
624624

625-
Simulations were carried out with ESPResSo 4.1[24] using the ICC\*
625+
Simulations were carried out with ESPResSo 4.2[24] using the ICC\*
626626
algorithm[25].
627627

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

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

646646
| ____________

0 commit comments

Comments
 (0)