From 2ba17de6096933275abec0550981d9122e4e5f28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-No=C3=ABl=20Grad?= Date: Wed, 22 May 2024 14:24:58 +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 5f4e516320..ac0432c341 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -55,7 +55,7 @@ if(POLICY CMP0074) cmake_policy(SET CMP0074 NEW) endif() -set(PROJECT_VERSION "4.2-dev") +set(PROJECT_VERSION "4.2.2") # # CMake internal vars diff --git a/doc/sphinx/introduction.rst b/doc/sphinx/introduction.rst index 59abb0e5fa..0ef2ae3554 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.1[24] and the source code is + The method was implemented for ESPResSo 4.2.2[24] and the source code is available online\ :superscript:`note 1`. | ____________