diff --git a/source/global/management/include/G4Version.hh b/source/global/management/include/G4Version.hh
index a9c896c0a355f4e561700f460645a907f5792d7f..d538de8fb158c0287fb34eb6f36a20fa7b373b50 100644
--- a/source/global/management/include/G4Version.hh
+++ b/source/global/management/include/G4Version.hh
@@ -44,7 +44,7 @@
 #endif
 
 #ifndef G4VERSION_TAG
-#define G4VERSION_TAG "$Name: geant4.10.6.patch03.atlas13 $"
+#define G4VERSION_TAG "$Name: geant4.10.6.patch03.atlas14 $"
 #endif
 
 // as variables
@@ -53,9 +53,9 @@
 #include "G4String.hh"
 
 #ifdef G4MULTITHREADED
-static const G4String G4Version = "$Name: geant4.10.6.patch03.atlas13 [MT]$";
+static const G4String G4Version = "$Name: geant4.10.6.patch03.atlas14 [MT]$";
 #else
-static const G4String G4Version = "$Name: geant4.10.6.patch03.atlas13 $";
+static const G4String G4Version = "$Name: geant4.10.6.patch03.atlas14 $";
 #endif
 static const G4String G4Date    = "(6-November-2020)";
 
diff --git a/source/run/src/G4RunManagerKernel.cc b/source/run/src/G4RunManagerKernel.cc
index 9cfe5ecef1f8ff3fb2e9ec3f2e2373cb6333eee8..07e6dd88e69795e5bb11c86c4712f8c3dd25ddf6 100644
--- a/source/run/src/G4RunManagerKernel.cc
+++ b/source/run/src/G4RunManagerKernel.cc
@@ -144,8 +144,8 @@ G4RunManagerKernel::G4RunManagerKernel()
     << "                                 : IEEE-TNS 53 (2006), 270-278" << G4endl
     << "                                 : NIM A 835 (2016), 186-225" << G4endl
     << "                             WWW : http://geant4.org/" << G4endl
-    << " Internal ATLAS build geant4.10.6.patch03.atlas13" << G4endl
-    << " Created on 17/04/24 17:00:00;" << G4endl
+    << " Internal ATLAS build geant4.10.6.patch03.atlas14" << G4endl
+    << " Created on 26/09/24 17:00:00;" << G4endl
     << " Using CLHEP 2.4.1.3; XercesC 3.2.3; config x86_64-el9-gcc13-opt" << G4endl << G4endl
     << " Differences w.r.t. the \"plain\" geant4-10-06-patch-03 are:" << G4endl
     << " * G4AtlasRK4 stepper" << G4endl
@@ -160,6 +160,9 @@ G4RunManagerKernel::G4RunManagerKernel()
     << " * Use correct SD pointer for zero energy deposits in Woodcock tracking (ATLASSIM-6923)" << G4endl
     << " * Allow builds with LTO" << G4endl
     << " * Correct LTO link-time warnings" << G4endl
+    << " * Remove unneeded logging in G4ChordFinder " << G4endl
+    << " * Fix compilation errors with clang19 " << G4endl
+    << " * Address static deletion issue in G4ios" << G4endl
     << "**************************************************************" << G4endl
     << G4endl;
 }
@@ -244,8 +247,8 @@ numberOfParallelWorld(0),geometryNeedsToBeClosed(true),
        << "                                 : IEEE-TNS 53 (2006), 270-278" << G4endl
        << "                                 : NIM A 835 (2016), 186-225" << G4endl
        << "                             WWW : http://geant4.org/" << G4endl
-       << " Internal ATLAS build geant4.10.6.patch03.atlasmt13" << G4endl
-       << " Created on 17/04/23 17:00:00;" << G4endl
+       << " Internal ATLAS build geant4.10.6.patch03.atlasmt14" << G4endl
+       << " Created on 26/09/23 17:00:00;" << G4endl
        << " Using CLHEP 2.4.1.3; XercesC 3.2.3; config x86_64-el9-gcc13-opt" << G4endl << G4endl
        << " Differences w.r.t. the \"plain\" geant4-10-06-patch-03 are:" << G4endl
        << " * G4AtlasRK4 stepper" << G4endl
@@ -260,6 +263,9 @@ numberOfParallelWorld(0),geometryNeedsToBeClosed(true),
        << " * Use correct SD pointer for zero energy deposits in Woodcock tracking (ATLASSIM-6923)" << G4endl
        << " * Allow builds with LTO" << G4endl
        << " * Correct LTO link-time warnings" << G4endl
+       << " * Remove unneeded logging in G4ChordFinder " << G4endl
+       << " * Fix compilation errors with clang19 " << G4endl
+       << " * Address static deletion issue in G4ios" << G4endl
        << "**************************************************************" << G4endl
        << G4endl;
        break;