]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - GRP/MakeCosmicTriggersEntry.C
CMake: Retrieve Git information
[u/mrichter/AliRoot.git] / GRP / MakeCosmicTriggersEntry.C
index 3917ae1a860e838b06b407361e263d784f607f63..0d2c26e1dbf5efc7eec3417602732df7e0ab87da 100644 (file)
@@ -69,7 +69,7 @@ Bool_t MakeCosmicTriggersEntry(const char *fileName, const char* cdbUri)
   md->SetComment("List of the defined cosmic triggers. It is used in order to steer the reconstruction, namely in the selection of the proper event specie. It is maintained and updated by the trigger coordinator.");
   // Get root and AliRoot versions and set them in the metadata
   const char* rootv = gROOT->GetVersion();
-  TString av(ALIROOT_BRANCH);
+  TString av(ALIROOT_VERSION);
   TString revnum(ALIROOT_REVISION);
   av+=" - revision: ";
   av+=revnum;