From 9bb2daf1c83f5932b145a6135f3a48f969639ef3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-No=C3=ABl=20Grad?= Date: Mon, 17 Apr 2023 19:15:03 +0200 Subject: [PATCH] Update version number to 4.2.1 --- CMakeLists.txt | 2 +- doc/sphinx/introduction.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a44ef348805..84aa170e0ed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -47,7 +47,7 @@ if(POLICY CMP0074) cmake_policy(SET CMP0074 NEW) endif() -set(PROJECT_VERSION "4.2.0") +set(PROJECT_VERSION "4.2.1") # # CMake internal vars diff --git a/doc/sphinx/introduction.rst b/doc/sphinx/introduction.rst index ae59a3b5751..59abb0e5fac 100644 --- a/doc/sphinx/introduction.rst +++ b/doc/sphinx/introduction.rst @@ -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.2.0[24] and the source code is + The method was implemented for ESPResSo 4.2.1[24] and the source code is available online\ :superscript:`note 1`. | ____________