]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - macros/MakeAlignmentObjs.C
CMake: Retrieve Git information
[u/mrichter/AliRoot.git] / macros / MakeAlignmentObjs.C
index a7a7f8da1c86d5d2556d1921c707423b5cfa8c7e..cce8f16ba5deaf30e3597f2d150849bf6e47d957 100644 (file)
@@ -149,7 +149,7 @@ void MakeAlignmentObjs(const char* detList="ALL", const char* ocdbOrDir = "local
                        strId+="/Align/Data";
                        AliCDBId id(strId.Data(),0,AliCDBRunRange::Infinity());
                        AliCDBMetaData *md = misAligner->GetCDBMetaData();
-                       md->SetAliRootVersion(ALIROOT_BRANCH);
+                       md->SetAliRootVersion(ALIROOT_VERSION);
                        md->AddDateToComment();
                        storage->Put(objsArray, id, md);
                }else{