diff --git a/source/global/management/include/G4Version.hh b/source/global/management/include/G4Version.hh
index 497ad357df195139ce27bfd395fddb6b8a05d844..4057523617ab897592f921f7acf63eae4d64a3b9 100644
--- a/source/global/management/include/G4Version.hh
+++ b/source/global/management/include/G4Version.hh
@@ -59,7 +59,7 @@
 #endif
 
 #ifndef G4VERSION_TAG
-  #define G4VERSION_TAG "$Name: geant4-11.2.patch02.atlas01 $"
+  #define G4VERSION_TAG "$Name: geant4-11.2.patch02.atlas02 $"
 #endif
 
 // as variables
@@ -68,9 +68,9 @@
 #include "G4Types.hh"
 
 #ifdef G4MULTITHREADED
-static const G4String G4Version = "$Name: geant4-11.2.patch02.atlas01 [MT]$";
+static const G4String G4Version = "$Name: geant4-11.2.patch02.atlas02 [MT]$";
 #else
-static const G4String G4Version = "$Name: geant4-11.2.patch02.atlas01 $";
+static const G4String G4Version = "$Name: geant4-11.2.patch02.atlas02 $";
 #endif
 static const G4String G4Date = "(21-June-2024)";
 
diff --git a/source/run/src/G4RunManagerKernel.cc b/source/run/src/G4RunManagerKernel.cc
index 92883a55852c1c755eef1f9b897500e5b0921543..83d0939bf14ae4e3e362294e5f477eefe97eaf81 100644
--- a/source/run/src/G4RunManagerKernel.cc
+++ b/source/run/src/G4RunManagerKernel.cc
@@ -166,12 +166,13 @@ 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.11.2.patch02.atlas01" << G4endl
-         << " Created on 22/07/24 15:00:00;" << G4endl
+         << " Internal ATLAS build geant4.11.2.patch02.atlas02" << G4endl
+         << " Created on 27/09/24 13:00:00;" << G4endl
          << " Using CLHEP 2.4.7.1; XercesC 3.2.3; config x86_64-centos9-gcc13-opt" << G4endl << G4endl
          << " Differences w.r.t. the \"plain\" geant4-11-02-patch-02 are:" << G4endl
          << " * G4AtlasRK4 stepper" << G4endl
          << " * G4WoodcockProcess support" << G4endl
+         << " * Prevent stuck tracks between Woodcock/Normal regions (ATLASSIM-7293)" << G4endl
          << "**************************************************************" << G4endl << G4endl;
 }
 
@@ -263,12 +264,13 @@ G4RunManagerKernel::G4RunManagerKernel(RMKType rmkType)
              << "                                 : IEEE-TNS 53 (2006), 270-278" << G4endl
              << "                                 : NIM A 835 (2016), 186-225" << G4endl
              << "                             WWW : http://geant4.org/" << G4endl
-             << " Internal ATLAS build geant4.11.2.patch02.atlas01" << G4endl
-             << " Created on 22/07/24 15:00:00;" << G4endl
+             << " Internal ATLAS build geant4.11.2.patch02.atlas02" << G4endl
+             << " Created on 27/09/24 13:00:00;" << G4endl
              << " Using CLHEP 2.4.7.1; XercesC 3.2.3; config x86_64-centos9-gcc13-opt" << G4endl << G4endl
              << " Differences w.r.t. the \"plain\" geant4-11-02-patch-02 are:" << G4endl
              << " * G4AtlasRK4 stepper" << G4endl
              << " * G4WoodcockProcess support" << G4endl
+             << " * Prevent stuck tracks between Woodcock/Normal regions (ATLASSIM-7293)" << G4endl
              << "**************************************************************" << G4endl
              << G4endl;
       break;