Skip to content

Commit

Permalink
Update version number to 4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jngrad committed Oct 19, 2020
1 parent 3cb428b commit 8b7d85e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ if(NOT ${CMAKE_VERSION} VERSION_LESS "3.12")
cmake_policy(SET CMP0074 NEW)
endif()

set(PROJECT_VERSION "4.1.3")
set(PROJECT_VERSION "4.1.4")

#
# CMake internal vars
Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ For most users, we recommend downloading the latest release version of ESPResSo.
can find it in the [release page](https://github.com/espressomd/espresso/releases),
together with past releases until 4.0. When choosing a release, we recommend that
you get the latest bugfix release in that line. For example, for 4.1 you would like
to use 4.1.3.
to use 4.1.4.

### Join the community

Expand Down
2 changes: 1 addition & 1 deletion doc/sphinx/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,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.2[24]. The full code is
The method was implemented for ESPResSo 4.1.4[24]. The full code is
available online\*.

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

0 comments on commit 8b7d85e

Please sign in to comment.