]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/BASE/AliHLT_C_Component_WrapperInterface.cxx
- added version announcement to base library
[u/mrichter/AliRoot.git] / HLT / BASE / AliHLT_C_Component_WrapperInterface.cxx
index f8d477dca94f3a119eb8357f582ad13a590c67ae..14a5191298d1a430a40f4c882b519e7fab6a95cf 100644 (file)
@@ -44,6 +44,7 @@ int AliHLT_C_Component_InitSystem( AliHLTComponentEnvironment* environ )
   if ( !gComponentHandler_C )
     return EFAULT;
   gComponentHandler_C->SetEnvironment( environ );
+  gComponentHandler_C->AnnounceVersion();
   return 0;
 }