Skip to content

Commit 8b7d85e

Browse files
committed
Update version number to 4.1.4
1 parent 3cb428b commit 8b7d85e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ if(NOT ${CMAKE_VERSION} VERSION_LESS "3.12")
3434
cmake_policy(SET CMP0074 NEW)
3535
endif()
3636

37-
set(PROJECT_VERSION "4.1.3")
37+
set(PROJECT_VERSION "4.1.4")
3838

3939
#
4040
# CMake internal vars

Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ For most users, we recommend downloading the latest release version of ESPResSo.
6565
can find it in the [release page](https://github.com/espressomd/espresso/releases),
6666
together with past releases until 4.0. When choosing a release, we recommend that
6767
you get the latest bugfix release in that line. For example, for 4.1 you would like
68-
to use 4.1.3.
68+
to use 4.1.4.
6969

7070
### Join the community
7171

doc/sphinx/introduction.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ You may also provide the patch level, when relevant. If you developed code
719719
for |es| and made it available in a publicly accessible repository, you
720720
should consider providing the corresponding URL, for example in a footnote:
721721

722-
The method was implemented for ESPResSo 4.1.2[24]. The full code is
722+
The method was implemented for ESPResSo 4.1.4[24]. The full code is
723723
available online\*.
724724

725725
| \* https://github.com/username/espresso/tree/implemented-algorithm

0 commit comments

Comments
 (0)