diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6e7406e46dc756f1b98886dfe06d1f8f41b4abbe..ec0f74f1fea175845f9c3a48a964d83b13584690 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,7 @@ if(DEFINED ENV{G4_NATIVE_VERSION})
 endif()
 
 find_package(GaudiProject)
-gaudi_project(Geant4 v96r4
+gaudi_project(Geant4 v96r4p0g1
               DATA Geant4Files VERSION v96r*)
 
 # FIXME: hack for compatibility with CMT build
diff --git a/cmt/project.cmt b/cmt/project.cmt
index 229c7cdd0aee9f29576d4c73e196683338184be0..2874c13cf195188d730bdb9a455c782f71d321de 100755
--- a/cmt/project.cmt
+++ b/cmt/project.cmt
@@ -1,6 +1,6 @@
 project GEANT4
 
-use GAUDI	GAUDI_v25r6
+use GAUDI	GAUDI_v25r6p1
 use PARAM
 
 build_strategy	with_installarea
diff --git a/toolchain.cmake b/toolchain.cmake
index 0cc5838a79c75d9ef958245a9469bb14fe4c9933..9ac10a77543e64d6a3e6491ff92f692e7c993e7b 100644
--- a/toolchain.cmake
+++ b/toolchain.cmake
@@ -1,5 +1,5 @@
 # Special wrapper to load the declared version of the heptools toolchain.
-set(heptools_version 71)
+set(heptools_version 71root6)
 
 find_file(use_heptools_module UseHEPTools.cmake
           HINTS ${CMAKE_CURRENT_SOURCE_DIR}/cmake)