diff --git a/CMakeLists.txt b/CMakeLists.txt
index a695fe9efa84637efc5cb5a4184a1c2bb10b2390..c8856991f87eb2bd3ff535a48de992d26e8102a0 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -5,7 +5,7 @@ set(CMAKE_VERBOSE_MAKEFILE TRUE)
 
 set(MAJOR_VERSION "3")
 set(MINOR_VERSION "5")
-set(PATCH_VERSION "2")
+set(PATCH_VERSION "3")
 set(VERSION "${MAJOR_VERSION}.${MINOR_VERSION}.${PATCH_VERSION}")
 
 if (NOT DEFINED CMAKE_INSTALL_PREFIX AND CMAKE_SIZEOF_VOID_P EQUAL 8)
diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt
index 6cca091d421d994871ac215d8116d5303b1df12d..3d4a637e32a0c798c1e6237bf32f6722fb09022e 100644
--- a/ReleaseNotes.txt
+++ b/ReleaseNotes.txt
@@ -1,5 +1,10 @@
 NexusCPP history file
 
+3.5.3 (2023/07/19)
+==================
+
+Dummy release, just a internal minor change force incompatibility with yat-1.20.1
+
 3.5.2 (2023/04/11)
 ==================
 
diff --git a/pom.xml b/pom.xml
index 4e0d58672b028f0c6972f82498eaaa2225d9b740..a46b5d2192af486cf9b9f461d45b20e87e68434e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
   </parent>
   <groupId>fr.soleil.lib</groupId>
   <artifactId>NexusCPP-${aol}-${library}-${mode}</artifactId>
-  <version>3.5.2</version>
+  <version>3.5.3</version>
   <packaging>nar</packaging>
   <name>NexusCPP</name>
   <description>NexusCPP library</description>
diff --git a/pom_64.xml b/pom_64.xml
index 3fc069aad85a693b51932a0cab8b46a797f6f074..2bcbfe17d69ca61f38dd2f87b3737ddc87d6db02 100755
--- a/pom_64.xml
+++ b/pom_64.xml
@@ -10,7 +10,7 @@
 
   <groupId>fr.soleil.lib</groupId>
   <artifactId>NexusCPP-amd64-Linux-gcc-shared-${mode}</artifactId>
-  <version>3.5.2</version>
+  <version>3.5.3</version>
 
   <packaging>nar</packaging>
   <name>NexusCPP</name>
diff --git a/pom_64_Win7_shared.xml b/pom_64_Win7_shared.xml
index d6c9d97d70e0a98f173a4b94e5d8d52ecf217bcf..a961170f8096314545727618946541e01bcf3dfd 100755
--- a/pom_64_Win7_shared.xml
+++ b/pom_64_Win7_shared.xml
@@ -10,7 +10,7 @@
 
   <groupId>fr.soleil.lib</groupId>
   <artifactId>NexusCPP-${aol}-shared-${mode}</artifactId>
-  <version>3.5.2</version>
+  <version>3.5.3</version>
 
   <packaging>nar</packaging>
   <name>NexusCPP</name>