diff --git a/Geant4/G4examples/doc/release.notes b/Geant4/G4examples/doc/release.notes
index c32602b241a42b0de38072a5dd0145e8c4049b0e..db28961d1f62c3848cdbebc2ee559f1c8951b805 100644
--- a/Geant4/G4examples/doc/release.notes
+++ b/Geant4/G4examples/doc/release.notes
@@ -4,6 +4,10 @@
 ! Purpose     : Examples packages provided my Geant4, used as standalone tests
 !-----------------------------------------------------------------------------
 
+!2016-05-10 - Alexander Mazurov
+	- Fix LHCBGAUSS-741. 
+	  Typo in Geant4/G4examples/extended/hadronic/G4Hadr00/CMakeLists.txt
+
 !2016-03-16 - Nigel Watson
 	- Tagged as v6r2, with small corrections to TestEm5, etc.
 
diff --git a/Geant4/G4examples/extended/hadronic/G4Hadr00/CMakeLists.txt b/Geant4/G4examples/extended/hadronic/G4Hadr00/CMakeLists.txt
index 79736b6eecc1c98daebf4c8c5ffff88b344e0799..a51029808156be250606413e8f5a42d199a64318 100644
--- a/Geant4/G4examples/extended/hadronic/G4Hadr00/CMakeLists.txt
+++ b/Geant4/G4examples/extended/hadronic/G4Hadr00/CMakeLists.txt
@@ -5,4 +5,4 @@ gaudi_install_scripts()
 gaudi_alias(hadronic_tests run_hadronic_tests.py)
 
 # CMT-compatibility alias
-gaudi_alias(hard00.exe Hadr00)
+gaudi_alias(hadr00.exe Hadr00)